PHYSICAL_MONITOR structure (physicalmonitorenumerationapi.h)
Contains a handle and text description corresponding to a physical monitor.
Syntax
typedef struct _PHYSICAL_MONITOR {
HANDLE hPhysicalMonitor;
WCHAR szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE];
} PHYSICAL_MONITOR, *LPPHYSICAL_MONITOR;
Members
hPhysicalMonitor
Handle to the physical monitor.
szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE]
Text description of the physical monitor.
Remarks
A physical monitor description is always an array of 128 characters.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | physicalmonitorenumerationapi.h |
See also
GetPhysicalMonitorsFromHMONITOR