DXGK_DIAGNOSTICINFO_TYPE enumeration (dispmprt.h)
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_ADDDEVICE The type of information to be collected for DxgkDdiAddDevice. |
DXGK_DI_STARTDEVICE The type of information to be collected for DxgkDdiStartDevice. |
DXGK_DI_BLACKSCREEN Collect 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