// d3dkmthk.h
typedef struct _D3DKMT_PRESENT_REDIRECTEDS_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DKMT_PRESENT_REDIRECTED_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Used to specify the flags needed to get redirected present history tokens.
ReservedReserved for internal use.
ValueThe value used to operate over the other members.