SaveDC method

int SaveDC(
  1. Pointer<HDC__> hdc
)

Implementation

int SaveDC(
  ffi.Pointer<HDC__> hdc,
) {
  return _SaveDC(
    hdc,
  );
}