MONITORINFOEX (user32)
Last changed: -87.154.122.228

.
Summary
TODO - a short description

C# Signature:

// size of a device name string

public const int CCHDEVICENAME = 32;

public struct MONITORINFOEX

{

    public uint cbSize;
    public RECT rcMonitor;
    public RECT rcWork;
    public uint dwFlags;
    [MarshalAs(UnmanagedType.ByValArray, SizeConst = CCHDEVICENAME)]
    public string[] szDevice;

}

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation