D3DKMT_DESTROY_DOORBELL structure (d3dkmthk.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The D3DKMT_DESTROY_DOORBELL structure identifies the doorbell object that D3DKMTDestroyDoorbell should destroy.

Syntax

typedef struct _D3DKMT_DESTROY_DOORBELL {
  D3DKMT_HANDLE hHwQueue;
} D3DKMT_DESTROY_DOORBELL;

Members

hHwQueue

[in] User-mode driver handle to the hardware queue whose doorbell is to be destroyed. This handle was created in a previous call to D3DKMTCreateHwQueue.

Requirements

Requirement Value
Minimum supported client WIN11_FUTURE
Header d3dkmthk.h

See also

D3DKMTCreateDoorbell

D3DKMTCreateHwQueue

D3DKMTDestroyDoorbell