// d3dkmthk.h
typedef struct _D3DKMT_CONNECT_DOORBELL_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DKMT_CONNECT_DOORBELL_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_CONNECT_DOORBELL_FLAGS structure specifies flags for connecting a doorbell.
ReservedReserved for system use.
ValueAn alternative way to access the structure members.
For more information, see User-mode work submission.