DXGKARGCB_DISCONNECTDOORBELL_FLAGS - NtDoc

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

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

NtDoc

No description available.

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

Description

The DXGKARGCB_DISCONNECTDOORBELL_FLAGS structure specifies doorbell disconnection flags for DxgkCbDisconnectDoorbell.

Members

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

DXGKARGCB_DISCONNECTDOORBELL

DxgkCbDisconnectDoorbell