MONITORINFOEXW
struct MONITORINFOEXW
The MONITORINFOEX structure contains information about a display monitor.The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.The MONITORINFOEX structure is a superset of the MONITORINFO structure. (Unicode)
using System.CodeDom.Compiler;
namespace Windows.Win32.Graphics.Gdi
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct MONITORINFOEXW
{
internal MONITORINFO monitorInfo;
internal __char_32 szDevice;
}
}