DXGKARG_DISCONNECTDOORBELL - NtDoc

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

typedef struct _DXGKARG_DISCONNECTDOORBELL {
  HANDLE                           hDoorbell;
  DXGKARG_DISCONNECTDOORBELL_FLAGS Flags;
} DXGKARG_DISCONNECTDOORBELL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGKARG_DISCONNECTDOORBELL structure contains parameters for DxgkDdiDisconnectDoorbell.

Members

hDoorbell

[in] KMD handle to the doorbell object, which was previously created using DxgkDdiCreateDoorbell.

Flags

[in] A bit field of DXGKARG_DISCONNECTDOORBELL_FLAGS values specifying the doorbell disconnection flags.

Remarks

For more information, see User-mode work submission.

See also

DXGKARG_DISCONNECTDOORBELL_FLAGS

DxgkDdiCreateDoorbell

DxgkDdiDisconnectDoorbell