DXGK_SET_TIMING_FLAGS struttura (d3dkmddi.h)
Struttura per contenere i flag usati per modificare il comportamento setTiming. Attualmente non sono definiti flag.
Sintassi
typedef struct _DXGK_SET_TIMING_FLAGS {
union {
struct {
UINT Reserved;
};
UINT Value;
};
} DXGK_SET_TIMING_FLAGS;
Members
Reserved
Questo valore è riservato per l'uso del sistema.
Value
UINT usato per operare sui campi a bit combinati.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dkmddi.h |