D3DKMT_CONNECT_DOORBELL_FLAGS - NtDoc

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

typedef struct _D3DKMT_CONNECT_DOORBELL_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DKMT_CONNECT_DOORBELL_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3DKMT_CONNECT_DOORBELL_FLAGS structure specifies flags for connecting a doorbell.

Members

Reserved

Reserved for system use.

Value

An alternative way to access the structure members.

Remarks

For more information, see User-mode work submission.

See also

D3DKMT_CONNECT_DOORBELL

D3DKMTConnectDoorbell