// d3dkmddi.h
typedef struct _DXGKARG_DISCONNECTDOORBELL_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_DISCONNECTDOORBELL_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_DISCONNECTDOORBELL_FLAGS structure specifies doorbell disconnection flags for DxgkDdiDisconnectDoorbell.
ReservedReserved; set to zero.
ValueAn alternative way to access the structure members.
For more information, see User-mode work submission.