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 that D3DKMTDestroyDoorbell should destroy.
Syntax
typedef struct _D3DKMT_DESTROY_DOORBELL {
D3DKMT_HANDLE hDoorbell;
} D3DKMT_DESTROY_DOORBELL;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 (WDDM 3.2) |
Header | d3dkmthk.h |