[]
public static extern bool GdiComment(nint hdc, uint cbSize, nint lpData)
Type | Name | Description |
---|---|---|
nint | hdc | |
uint | cbSize | |
nint | lpData |
Type | Description |
---|---|
bool |
public static extern bool GdiComment(nint hdc, uint cbSize, byte[] data)
Type | Name | Description |
---|---|---|
nint | hdc | |
uint | cbSize | |
byte[] | data |
Type | Description |
---|---|
bool |