GetGraphicsMode method

int GetGraphicsMode(
  1. Pointer<HDC__> hdc
)

Implementation

int GetGraphicsMode(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetGraphicsMode ??=
      _dylib.lookupFunction<_c_GetGraphicsMode, _dart_GetGraphicsMode>(
          'GetGraphicsMode'))(
    hdc,
  );
}