Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |