D3DKMDT_MONITOR_CONNECTIVITY_CHECKS enumeration (d3dkmdt.h)

The D3DKMDT_MONITOR_CONNECTIVITY_CHECKS enumerated type indicates whether the DxgkDdiCommitVidPn function should verify that certain video outputs have connected monitors.

Syntax

typedef enum _D3DKMDT_MONITOR_CONNECTIVITY_CHECKS {
  D3DKMDT_MCC_UNINITIALIZED,
  D3DKMDT_MCC_IGNORE,
  D3DKMDT_MCC_ENFORCE
} D3DKMDT_MONITOR_CONNECTIVITY_CHECKS;

Constants

 
D3DKMDT_MCC_UNINITIALIZED
Indicates that a variable of type D3DKMDT_MONITOR_CONNECTIVITY_CHECKS has not yet been assigned a meaningful value.
D3DKMDT_MCC_IGNORE
Indicates that DxgkDdiCommitVidPn does not need to verify that monitors are connected.
D3DKMDT_MCC_ENFORCE
Indicates that DxgkDdiCommitVidPn must verify that monitors are connected.

Remarks

The MonitorConnectivityChecks member of the DXGKARG_COMMITVIDPN structure is a D3DKMDT_MONITOR_CONNECTIVITY_CHECKS value.

Requirements

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

See also

DxgkDdiCommitVidPn