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