// d3dumddi.h
typedef struct _D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DDDICB_SUBMITCOMMANDTOHWQUEUEFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
A structure that holds information to queue hardware flags.
ReservedReserved.
ValueValue.