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(
    hdc,
    nSize,
    lpData,
  );
}