// d3dukmdt.h
typedef struct _D3DDDI_CREATEHWCONTEXTFLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DDDI_CREATEHWCONTEXTFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
A structure used to create hardware context flags.
ReservedThis value is reserved for system use.
ValueThis value is used to operate over the members collectively.