// iddcx.h
typedef enum IDDCX_MONITOR_MODE_ORIGIN {
IDDCX_MONITOR_MODE_ORIGIN_UNINITIALIZED = 0,
IDDCX_MONITOR_MODE_ORIGIN_MONITORDESCRIPTOR = 1,
IDDCX_MONITOR_MODE_ORIGIN_DRIVER = 2
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_MONITOR_MODE_ORIGIN value describes a mode the monitor supports based on the monitor description.
IDDCX_MONITOR_MODE_ORIGIN_UNINITIALIZED:0Indicates that an IDDCX_MONITOR_MODE_ORIGIN variable has not yet been assigned a meaningful value.
IDDCX_MONITOR_MODE_ORIGIN_MONITORDESCRIPTOR:1Indicates that the driver added this mode from directly processing the monitor description.
IDDCX_MONITOR_MODE_ORIGIN_DRIVER:2Indicates that the driver did not add this mode as a direct resolution of processing the modes/ supported by the monitor but because of separate additional knowledge it has about the monitor.
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION