DXGKARG_DESTROYDOORBELL - NtDoc

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

typedef struct _DXGKARG_DESTROYDOORBELL {
  HANDLE hDoorbell;
} DXGKARG_DESTROYDOORBELL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgkarg_destroydoorbell)

Description

The DXGKARG_DESTROYDOORBELL structure contains parameters for DxgkDdiDestroyDoorbell.

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.

See also

DxgkDdiCreateDoorbell

DxgkDdiDestroyDoorbell