DXGKARGCB_DISCONNECTDOORBELL_FLAGS structure (d3dkmddi.h)

Important

Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The DXGKARGCB_DISCONNECTDOORBELL_FLAGS structure specifies doorbell disconnection flags for DxgkCbDisconnectDoorbell.

Syntax

typedef struct _DXGKARGCB_DISCONNECTDOORBELL_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGKARGCB_DISCONNECTDOORBELL_FLAGS;

Members

Reserved

Reserved; set to zero.

Value

An alternative way to access the structure members.

Requirements

Requirement Value
Minimum supported client WIN11_FUTURE
Header d3dkmddi.h

See also

DXGKARGCB_DISCONNECTDOORBELL

DxgkCbDisconnectDoorbell