GetMonitorInfoW method

int GetMonitorInfoW(
  1. Pointer<HMONITOR__> hMonitor,
  2. Pointer<LPMONITORINFO> lpmi
)

Implementation

int GetMonitorInfoW(
  ffi.Pointer<HMONITOR__> hMonitor,
  ffi.Pointer<LPMONITORINFO> lpmi,
) {
  return (_GetMonitorInfoW ??=
      _dylib.lookupFunction<_c_GetMonitorInfoW, _dart_GetMonitorInfoW>(
          'GetMonitorInfoW'))(
    hMonitor,
    lpmi,
  );
}