D3DKMT_TRIMPROCESSCOMMITMENT structure (d3dkmthk.h)

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