D3DKMDT_MONITOR_CONNECTIVITY_CHECKS - NtDoc

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

typedef enum _D3DKMDT_MONITOR_CONNECTIVITY_CHECKS {
  D3DKMDT_MCC_UNINITIALIZED,
  D3DKMDT_MCC_IGNORE,
  D3DKMDT_MCC_ENFORCE
} D3DKMDT_MONITOR_CONNECTIVITY_CHECKS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmdt-_d3dkmdt_monitor_connectivity_checks)

_D3DKMDT_MONITOR_CONNECTIVITY_CHECKS enumeration

Description

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

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.

See also

DxgkDdiCommitVidPn