// d3dkmddi.h
typedef struct _DXGK_SET_TIMING_FLAGS {
union {
struct {
UINT Reserved;
};
UINT Value;
};
} DXGK_SET_TIMING_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Structure to hold flags used to modify SetTiming behavior. Currently no flags are defined.
ReservedThis value is reserved for system use.
ValueUINT used to operate on the combined bit-fields.