5 references to MONITORINFO
Microsoft.Private.Windows.Core (5)
_generated\171\Windows.Win32.MONITORINFOEXW.g.cs (1)
30
internal winmdroot.Graphics.Gdi.
MONITORINFO
monitorInfo;
_generated\200\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
488
/// <inheritdoc cref="GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR, winmdroot.Graphics.Gdi.
MONITORINFO
*)"/>
491
internal static unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, ref winmdroot.Graphics.Gdi.
MONITORINFO
lpmi)
493
fixed (winmdroot.Graphics.Gdi.
MONITORINFO
* lpmiLocal = &lpmi)
515
internal static extern unsafe winmdroot.Foundation.BOOL GetMonitorInfo(winmdroot.Graphics.Gdi.HMONITOR hMonitor, winmdroot.Graphics.Gdi.
MONITORINFO
* lpmi);