// d3dkmddi.h
typedef struct _DXGKARG_DISCONNECTDOORBELL {
HANDLE hDoorbell;
DXGKARG_DISCONNECTDOORBELL_FLAGS Flags;
} DXGKARG_DISCONNECTDOORBELL;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_DISCONNECTDOORBELL structure contains parameters for DxgkDdiDisconnectDoorbell.
hDoorbell[in] KMD handle to the doorbell object, which was previously created using DxgkDdiCreateDoorbell.
Flags[in] A bit field of DXGKARG_DISCONNECTDOORBELL_FLAGS values specifying the doorbell disconnection flags.
For more information, see User-mode work submission.
DXGKARG_DISCONNECTDOORBELL_FLAGS