IDDCX_MONITOR_INFO structure (iddcx.h)
Gives information about the current monitor and its connection type.
Syntax
struct IDDCX_MONITOR_INFO {
UINT Size;
DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY MonitorType;
UINT ConnectorIndex;
IDDCX_MONITOR_DESCRIPTION MonitorDescription;
GUID MonitorContainerId;
};
Members
Size
Total size of the structure
MonitorType
The monitor connector type of the monitor
ConnectorIndex
This is a zero-based unique identifier for this connector. It should be unique for this adapter and the value should not change for this connector across system reboot or driver upgrade.
MonitorDescription
Pointer to the monitor description for the monitor. If the monitor does not have any description data, this should be set to NULL
MonitorContainerId
Container Id of the monitor being connected. If any device is also inside the monitor (eg audio, touch etc), then those devices should all have the same container id.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |