D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS union (d3dkmthk.h)

The process verifier video memory management flags.

Syntax

typedef union _D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS {
  struct {
    UINT ForceSynchronousEvict : 1;
    UINT NeverDeferEvictions : 1;
    UINT AlwaysFailCommitOnReclaim : 1;
    UINT AlwaysPlaceInDemotedLocation : 1;
    UINT Reserved : 28;
  };
  UINT32 Value;
} D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS;

Members

ForceSynchronousEvict

Indicates whether to force synchronous eviction.

NeverDeferEvictions

Flag to never defer evictions.

AlwaysFailCommitOnReclaim

Flag to always fail commit on reclaim.

AlwaysPlaceInDemotedLocation

Flag to always place in a demoted location.

Reserved

Reserved for internal use.

Value

The value used to operate over the other members.

Requirements

Requirement Value
Header d3dkmthk.h