DXGK_SET_TIMING_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_set_timing_flags)

_DXGK_SET_TIMING_FLAGS structure

Description

Structure to hold flags used to modify SetTiming behavior. Currently no flags are defined.

Members

Reserved

This value is reserved for system use.

Value

UINT used to operate on the combined bit-fields.