IDDCX_MONITOR_MODE_ORIGIN enumeration (iddcx.h)

A IDDCX_MONITOR_MODE_ORIGIN value describes a mode the monitor supports based on the monitor description.

Syntax

typedef enum IDDCX_MONITOR_MODE_ORIGIN {
  IDDCX_MONITOR_MODE_ORIGIN_UNINITIALIZED = 0,
  IDDCX_MONITOR_MODE_ORIGIN_MONITORDESCRIPTOR = 1,
  IDDCX_MONITOR_MODE_ORIGIN_DRIVER = 2
} ;

Constants

 
IDDCX_MONITOR_MODE_ORIGIN_UNINITIALIZED
Value: 0
Indicates that an IDDCX_MONITOR_MODE_ORIGIN variable has not yet been assigned a meaningful value.
IDDCX_MONITOR_MODE_ORIGIN_MONITORDESCRIPTOR
Value: 1
Indicates that the driver added this mode from directly processing the monitor description.
IDDCX_MONITOR_MODE_ORIGIN_DRIVER
Value: 2
Indicates 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.

Requirements

Requirement Value
Minimum supported client Windows 10
Header iddcx.h

See also

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION

IDDCX_MONITOR_MODE