DXGKARG_DESTROYDOORBELL structure (d3dkmddi.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 DXGKARG_DESTROYDOORBELL structure contains parameters for DxgkDdiDestroyDoorbell.

Syntax

typedef struct _DXGKARG_DESTROYDOORBELL {
  HANDLE hDoorbell;
} DXGKARG_DESTROYDOORBELL;

Members

hDoorbell

[in] KMD handle to the doorbell object being destroyed. This handle was previously created using DxgkDdiCreateDoorbell.

Remarks

For more information, see User-mode work submission.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3dkmddi.h

See also

DxgkDdiCreateDoorbell

DxgkDdiDestroyDoorbell