[]
public static extern bool GdiComment(IntPtr hdc, uint cbSize, IntPtr lpData)
Public Shared Function GdiComment(hdc As IntPtr, cbSize As UInteger, lpData As IntPtr) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| uint | cbSize | |
| IntPtr | lpData |
| Type | Description |
|---|---|
| bool |
public static extern bool GdiComment(IntPtr hdc, uint cbSize, byte[] data)
Public Shared Function GdiComment(hdc As IntPtr, cbSize As UInteger, data As Byte()) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| uint | cbSize | |
| byte[] | data |
| Type | Description |
|---|---|
| bool |