D3DKMT_QUERYPROCESSOFFERINFO structure (d3dkmthk.h)

Used to query the process offer info.

Syntax

typedef struct _D3DKMT_QUERYPROCESSOFFERINFO {
  ULONG                 cbSize;
  HANDLE                hProcess;
  D3DKMT_ALIGN64 UINT64 DecommitUniqueness;
  D3DKMT_ALIGN64 UINT64 DecommittableBytes;
} D3DKMT_QUERYPROCESSOFFERINFO;

Members

cbSize

The size of the callback.

hProcess

A handle to the process.

DecommitUniqueness

The decommit uniqueness info to be returned.

DecommittableBytes

The decommittable bytes info to be returned.

Requirements

Requirement Value
Header d3dkmthk.h