DXGKARG_DISCONNECTDOORBELL_FLAGS - NtDoc

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

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

NtDoc

No description available.

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

Description

The DXGKARG_DISCONNECTDOORBELL_FLAGS structure specifies doorbell disconnection flags for DxgkDdiDisconnectDoorbell.

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

DXGKARG_DISCONNECTDOORBELL

DxgkDdiDisconnectDoorbell