// 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
No description available.
The eviction criteria.
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.
View the official Windows Driver Kit DDI reference