[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GdiComment

GdiComment Method

GdiComment(nint, uint, nint)

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

GdiComment(nint, uint, byte[])

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