Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to specify the flags needed to get redirected present history tokens.
Syntax
typedef struct _D3DKMT_PRESENT_REDIRECTEDS_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DKMT_PRESENT_REDIRECTED_FLAGS;
Members
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |