DXGKARG_CONNECTDOORBELL_FLAGS - NtDoc

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

typedef struct _DXGKARG_CONNECTDOORBELL_FLAGS {
  union {
    struct {
      UINT RequireSecondaryAddress : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGKARG_CONNECTDOORBELL_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DXGKARG_CONNECTDOORBELL_FLAGS structure specifies doorbell connection flags for DxgkDdiConnectDoorbell.

Members

RequireSecondaryAddress

If UMD created this doorbell with the RequireSecondaryCpuVA flag, then Dxgkrnl sets this corresponding RequireSecondaryAddress flag to inform KMD that this doorbell requires two physical addresses.

Reserved

Reserved; set to zero.

Value

An alternative way to access the structure members.

Remarks

For more information, see User-mode work submission.

See also

D3DKMT_CREATE_DOORBELL

DXGKARG_CONNECTDOORBELL

DxgkDdiConnectDoorbell