// 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 referenceNo description available.
The D3DKMDT_MONITOR_CONNECTIVITY_CHECKS enumerated type indicates whether the DxgkDdiCommitVidPn function should verify that certain video outputs have connected monitors.
D3DKMDT_MCC_UNINITIALIZEDIndicates that a variable of type D3DKMDT_MONITOR_CONNECTIVITY_CHECKS has not yet been assigned a meaningful value.
D3DKMDT_MCC_IGNOREIndicates that DxgkDdiCommitVidPn does not need to verify that monitors are connected.
D3DKMDT_MCC_ENFORCEIndicates that DxgkDdiCommitVidPn must verify that monitors are connected.
The MonitorConnectivityChecks member of the DXGKARG_COMMITVIDPN structure is a D3DKMDT_MONITOR_CONNECTIVITY_CHECKS value.