IDDCX_DISPLAYCONFIGPATH2_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

typedef enum IDDCX_DISPLAYCONFIGPATH2_FLAGS {
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_UNINITIALIZED = 0x0,
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_MODE_VALID = 0x1,
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SCALE_FACTOR_VALID = 0x2,
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_PHYSICAL_SIZE_VALID = 0x4,
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_COLORIMETRY_VALID = 0x8,
  IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SDRWHITELEVEL_VALID = 0x10
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iddcx-iddcx_displayconfigpath2_flags)

Description

An IDDCX_DISPLAYCONFIGPATH2_FLAGS enumeration value identifies the flags for the path, including which fields in the IDDCX_DISPLAYCONFIGPATH2 structure contain valid data.

Constants

IDDCX_DISPLAYCONFIGPATH2_FLAGS_UNINITIALIZED:0x0

Indicates that an IDDCX_DISPLAYCONFIGPATH2_FLAGS variable has not yet been assigned a meaningful value.

IDDCX_DISPLAYCONFIGPATH2_FLAGS_MODE_VALID:0x1

If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::Mode field contains valid data.

IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SCALE_FACTOR_VALID:0x2

If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorScaleFactor field contains valid data.

IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_PHYSICAL_SIZE_VALID:0x4

If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorPhysicalSize field contains valid data.

IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_COLORIMETRY_VALID:0x8

If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorColorimetry field contains valid data.

IDDCX_DISPLAYCONFIGPATH2_FLAGS_MONITOR_SDRWHITELEVEL_VALID:0x10

If set, the accompanying IDDCX_DISPLAYCONFIGPATH2::MonitorSdrWhiteLevel field contains valid data.

Remarks

For more information about HDR support, see IddCx version 1.10 updates.

See also

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2

IDDCX_DISPLAYCONFIGPATH2

IddCxAdapterDisplayConfigUpdate2