Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MONITORINFOEX" in [All]

user32

.

static extern bool GetMonitorInfo(IntPtr hMonitor, ref MONITORINFOEX lpmi);

.

MONITORINFOEX

.

    MONITORINFOEX mon_info = new MONITORINFOEX();

.

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. The MONITORINFOEX structure adds a string member to contain a name for the display monitor.

.

    /// 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. The MONITORINFOEX structure adds a string member to contain a name

.

    internal struct MonitorInfoEx

.

    /// The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function.

.

Set cbSize to 104 before using MonitorInfoEx

.
Documentation
[MONITORINFOEX] on MSDN
.

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. The MONITORINFOEX structure adds a string member to contain a name for the display monitor.

.

    /// 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. The MONITORINFOEX structure adds a string member to contain a name

.

    internal struct MonitorInfoEx

.

    /// The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function.

.

Set cbSize to 72 before using MonitorInfoEx

.
Documentation
[MONITORINFOEX] on MSDN

 
Access PInvoke.net directly from VS: