D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS - NtDoc

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

typedef union _D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS {
  struct {
    UINT ForceSynchronousEvict : 1;
    UINT NeverDeferEvictions : 1;
    UINT AlwaysFailCommitOnReclaim : 1;
    UINT AlwaysPlaceInDemotedLocation : 1;
    UINT IgnoreBudgetCap : 1;
    UINT Reserved : 27;
  };
  UINT32 Value;
} D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS structure

Description

The process verifier video memory management 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.

Remarks

See also