Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags used during trim process commitment.
Syntax
typedef union _D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS {
struct {
UINT Lazy : 1;
UINT OnlyRepurposed : 1;
UINT Reserved : 30;
};
UINT Value;
} D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS;
Members
Lazy
The trim process commitment is Lazy.
OnlyRepurposed
The trim process commitment is only repurposed.
Reserved
Reserved for internal use.
Value
The value used to operate over the other members.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |