Windows.Win32.Graphics.Gdi.MONITORINFO
struct MONITORINFO
The MONITORINFO structure contains information about a display monitor.The GetMonitorInfo function stores information in a MONITORINFO structure or a MONITORINFOEX structure.The MONITORINFO structure is a subset of the MONITORINFOEX structure.
namespace Windows.Win32.Graphics.Gdi
{
internal struct MONITORINFO
{
}
}