// d3dkmthk.h
typedef struct _D3DKMT_TRIMPROCESSCOMMITMENT {
ULONG cbSize;
HANDLE hProcess;
D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS Flags;
D3DKMT_ALIGN64 UINT64 DecommitRequested;
D3DKMT_ALIGN64 UINT64 NumBytesDecommitted;
} D3DKMT_TRIMPROCESSCOMMITMENT;
View the official Windows Driver Kit DDI referenceNo description available.
Contains info about the trim process commitment.
cbSizeThe callback size.
hProcessA handle to the process.
FlagsFlag options.
DecommitRequestedThe requested decommit.
NumBytesDecommittedThe number of bytes to decommit.