SaveDC method

int SaveDC(
  1. Pointer<HDC__> hdc
)

Implementation

int SaveDC(
  ffi.Pointer<HDC__> hdc,
) {
  return (_SaveDC ??=
      _dylib.lookupFunction<_c_SaveDC, _dart_SaveDC>('SaveDC'))(
    hdc,
  );
}