D3DKMT_EVICTION_CRITERIA - NtDoc

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

typedef struct _D3DKMT_EVICTION_CRITERIA {
  D3DKMT_ALIGN64 UINT64 MinimumSize;
  D3DKMT_ALIGN64 UINT64 MaximumSize;
  struct {
    union {
      struct {
        UINT Primary : 1;
        UINT Reserved : 31;
      } Flags;
      UINT   Value;
    };
  };
} D3DKMT_EVICTION_CRITERIA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_EVICTION_CRITERIA structure

Description

The eviction criteria.

Members

MinimumSize

Minimum size.

MaximumSize

Maximum size.

Flags

Flags.

Flags.Primary

Primary.

Flags.Reserved

Reserved for system use.

Value

The value used to operate over the other members.

Remarks

See also