[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GdiComment

GdiComment Method

GdiComment(IntPtr, uint, IntPtr)

Declaration
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
Parameters
Type Name Description
IntPtr hdc
uint cbSize
IntPtr lpData
Returns
Type Description
bool

GdiComment(IntPtr, uint, byte[])

Declaration
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
Parameters
Type Name Description
IntPtr hdc
uint cbSize
byte[] data
Returns
Type Description
bool