GdiComment method
Implementation
int GdiComment(
ffi.Pointer<HDC__> hdc,
int nSize,
ffi.Pointer<ffi.Uint8> lpData,
) {
return (_GdiComment ??=
_dylib.lookupFunction<_c_GdiComment, _dart_GdiComment>('GdiComment'))(
hdc,
nSize,
lpData,
);
}