D3DKMT_QUERYPROCESSOFFERINFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_QUERYPROCESSOFFERINFO {
  ULONG                 cbSize;
  HANDLE                hProcess;
  D3DKMT_ALIGN64 UINT64 DecommitUniqueness;
  D3DKMT_ALIGN64 UINT64 DecommittableBytes;
} D3DKMT_QUERYPROCESSOFFERINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_QUERYPROCESSOFFERINFO structure

Description

Used to query the process offer info.

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.

Remarks

See also