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.
Structure to hold flags used to modify SetTiming behavior. Currently no flags are defined.
Syntax
typedef struct _DXGK_SET_TIMING_FLAGS {
union {
struct {
UINT Reserved;
};
UINT Value;
};
} DXGK_SET_TIMING_FLAGS;
Members
Reserved
This value is reserved for system use.
Value
UINT used to operate on the combined bit-fields.
Requirements
Requirement | Value |
---|---|
Header | d3dkmddi.h |