D3DKMT_TRIMPROCESSCOMMITMENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_trimprocesscommitment)

_D3DKMT_TRIMPROCESSCOMMITMENT structure

Description

Contains info about the trim process commitment.

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.

Remarks

See also