DXGKDDI_QUERYDIAGNOSTICTYPESSUPPORT callback function (dispmprt.h)
The OS calls the DXGKDDI_QUERYDIAGNOSTICTYPESSUPPORT callback function to discover what types of diagnostic the driver supports for the passed diagnostic category.
Syntax
DXGKDDI_QUERYDIAGNOSTICTYPESSUPPORT DxgkddiQuerydiagnostictypessupport;
NTSTATUS DxgkddiQuerydiagnostictypessupport(
IN_CONST_PVOID MiniportDeviceContext,
INOUT_PDXGKARG_QUERYDIAGNOSTICTYPESSUPPORT pArgQueryDiagnosticTypesSupport
)
{...}
Parameters
MiniportDeviceContext
A handle to a context block associated with a display adapter.
pArgQueryDiagnosticTypesSupport
Pointer to a DXGKARG_QUERYDIAGNOSTICTYPESSUPPORT structure.
Return value
Returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |