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