D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enumeration (d3dkmdt.h)

The D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enumeration is used to indicate where a monitor's capability information was obtained.

Syntax

typedef enum _D3DKMDT_MONITOR_CAPABILITIES_ORIGIN {
  D3DKMDT_MCO_UNINITIALIZED,
  D3DKMDT_MCO_DEFAULTMONITORPROFILE,
  D3DKMDT_MCO_MONITORDESCRIPTOR,
  D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE,
  D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE,
  D3DKMDT_MCO_DRIVER
} D3DKMDT_MONITOR_CAPABILITIES_ORIGIN;

Constants

 
D3DKMDT_MCO_UNINITIALIZED
Indicates that a variable of type D3DKMDT_MONITOR_CAPABILITIES_ORIGIN has not yet been assigned a meaningful value.
D3DKMDT_MCO_DEFAULTMONITORPROFILE
Indicates that the capability information was obtained from the default monitor profile.
D3DKMDT_MCO_MONITORDESCRIPTOR
Indicates that the capability information was obtained from an Extended Display Information Data (EDID) descriptor.
D3DKMDT_MCO_MONITORDESCRIPTOR_REGISTRYOVERRIDE
Indicates that the capability information was obtained from an INF file section that overrides the monitor's EDID descriptor.
D3DKMDT_MCO_SPECIFICCAP_REGISTRYOVERRIDE
Indicates that the capability information was obtained from an INF file section that overrides a single capability.
D3DKMDT_MCO_DRIVER
Indicates that the capability information was obtained by a call to the display miniport driver's DxgkDdiRecommendMonitorModes function.

Remarks

The Origin member of the D3DKMDT_MONITOR_SOURCE_MODE structure is a constant from the D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enumeration.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h

See also

Monitor Source Mode Set Interface