D3DKMT_CONNECT_DOORBELL - NtDoc

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

typedef struct _D3DKMT_CONNECT_DOORBELL {
  D3DKMT_HANDLE                 hDoorbell;
  D3DKMT_CONNECT_DOORBELL_FLAGS Flags;
} D3DKMT_CONNECT_DOORBELL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_connect_doorbell)

Description

The D3DKMT_CONNECT_DOORBELL structure describes the doorbell that D3DKMTConnectDoorbell should connect to a hardware queue.

Members

hDoorbell

[in] UMD handle of the doorbell to be connected. This handle was returned in a prior call to D3DKMTCreateDoorbell.

Flags

[in] A D3DKMT_CONNECT_DOORBELL_FLAGS value that specifies how to connect the doorbell to the hardware queue. No flags are currently defined.

Remarks

For more information, see User-mode work submission.

See also

D3DKMTConnectDoorbell

D3DKMTCreateHwQueue