DXGKARG_DISCONNECTDOORBELL 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_DISCONNECTDOORBELL structure contains parameters for DxgkDdiDisconnectDoorbell.

Syntax

typedef struct _DXGKARG_DISCONNECTDOORBELL {
  HANDLE                           hDoorbell;
  DXGKARG_DISCONNECTDOORBELL_FLAGS Flags;
} DXGKARG_DISCONNECTDOORBELL;

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.

Requirements

Requirement Value
Minimum supported client WIN11_FUTURE
Header d3dkmddi.h

See also

DXGKARG_DISCONNECTDOORBELL_FLAGS

DxgkDdiCreateDoorbell

DxgkDdiDisconnectDoorbell