Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_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. |
Remarks
The MonitorConnectivityChecks member of the DXGKARG_COMMITVIDPN structure is a D3DKMDT_MONITOR_CONNECTIVITY_CHECKS value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Header | d3dkmdt.h |