D3DKMT_PRESENT_REDIRECTED_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_PRESENT_REDIRECTEDS_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DKMT_PRESENT_REDIRECTED_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_present_redirecteds_flags)

_D3DKMT_PRESENT_REDIRECTEDS_FLAGS structure

Description

Used to specify the flags needed to get redirected present history tokens.

Members

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Remarks

See also