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