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