Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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