D3DKMT_DESTROY_DOORBELL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_DESTROY_DOORBELL {
  D3DKMT_HANDLE hDoorbell;
} D3DKMT_DESTROY_DOORBELL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_destroy_doorbell)

Description

The D3DKMT_DESTROY_DOORBELL structure identifies the doorbell that D3DKMTDestroyDoorbell should destroy.

Members

hDoorbell

[in] UM handle of the doorbell to be destroyed. This handle was returned in a prior call to D3DKMTCreateDoorbell.

Remarks

For more information, see User-mode work submission.

See also

D3DKMTCreateDoorbell

D3DKMTCreateHwQueue

D3DKMTDestroyDoorbell