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