GdiComment method

int GdiComment(
  1. Pointer<HDC__> hdc,
  2. int nSize,
  3. Pointer<Uint8> lpData
)

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,
  );
}