Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains info about the trim process commitment.
Syntax
typedef struct _D3DKMT_TRIMPROCESSCOMMITMENT {
ULONG cbSize;
HANDLE hProcess;
D3DKMT_TRIMPROCESSCOMMITMENT_FLAGS Flags;
D3DKMT_ALIGN64 UINT64 DecommitRequested;
D3DKMT_ALIGN64 UINT64 NumBytesDecommitted;
} D3DKMT_TRIMPROCESSCOMMITMENT;
Members
cbSize
The callback size.
hProcess
A handle to the process.
Flags
Flag options.
DecommitRequested
The requested decommit.
NumBytesDecommitted
The number of bytes to decommit.
Requirements
| Requirement | Value |
|---|---|
| Header | d3dkmthk.h |