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