Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |