GetMonitorInfoW method

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

Implementation

int GetMonitorInfoW(
  ffi.Pointer<HMONITOR__> hMonitor,
  ffi.Pointer<MONITORINFO> lpmi,
) {
  return _GetMonitorInfoW(
    hMonitor,
    lpmi,
  );
}