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.
Indicates the type of information the driver needs to collect.
Syntax
typedef enum _DXGK_DIAGNOSTICINFO_TYPE {
DXGK_DI_ADDDEVICE,
DXGK_DI_STARTDEVICE,
DXGK_DI_BLACKSCREEN
} DXGK_DIAGNOSTICINFO_TYPE;
Constants
DXGK_DI_ADDDEVICEThe type of information to be collected for DxgkDdiAddDevice. |
DXGK_DI_STARTDEVICEThe type of information to be collected for DxgkDdiStartDevice. |
DXGK_DI_BLACKSCREENCollect black box data for black screen scenarios in calls to DxgkDdiGetDisplayStateNonIntrusive and DxgkDdiGetDisplayStateIntrusive. DXGK_DDI_BLACKSCREEN is available in Windows 10, version 2004 and later versions. WDDM 2.7 and later drivers are required to support this value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1903 |
| Header | dispmprt.h |
See also
DxgkDdiGetDisplayStateIntrusive