// d3dkmthk.h
typedef struct _D3DKMT_DESTROY_DOORBELL {
D3DKMT_HANDLE hDoorbell;
} D3DKMT_DESTROY_DOORBELL;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_DESTROY_DOORBELL structure identifies the doorbell that D3DKMTDestroyDoorbell should destroy.
hDoorbell[in] UM handle of the doorbell to be destroyed. This handle was returned in a prior call to D3DKMTCreateDoorbell.
For more information, see User-mode work submission.