GetGraphicsMode method

int GetGraphicsMode(
  1. Pointer<HDC__> hdc
)

Implementation

int GetGraphicsMode(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetGraphicsMode(
    hdc,
  );
}