// 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 referenceNo description available.
Used to query the process offer info.
cbSizeThe size of the callback.
hProcessA handle to the process.
DecommitUniquenessThe decommit uniqueness info to be returned.
DecommittableBytesThe decommittable bytes info to be returned.