DeleteDC method

int DeleteDC(
  1. Pointer<HDC__> hdc
)

Implementation

int DeleteDC(
  ffi.Pointer<HDC__> hdc,
) {
  return (_DeleteDC ??=
      _dylib.lookupFunction<_c_DeleteDC, _dart_DeleteDC>('DeleteDC'))(
    hdc,
  );
}