Desktop Functions: Smart Device Functions:
|
MONITORINFOEX (user32)
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. C# Definition:
// size of a device name string Alternative Managed API:Do you know one? Please contribute it! Notes:If the monitor is the primary monitor the flag will be set too MONITORINFOF_PRIMARY. The declaration for MONITORINFOF_PRIMARY is const uint MONITORINFOF_PRIMARY = 1; Tips & Tricks:Set cbSize to 72 before using MonitorInfoEx Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|