D3DKMT_TRIMNOTIFICATION - NtDoc

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

typedef struct _D3DKMT_TRIMNOTIFICATION {
  [in] VOID                          *Context;
  [in] D3DDDI_TRIMRESIDENCYSET_FLAGS Flags;
  [in] D3DKMT_ALIGN64 UINT64         NumBytesToTrim;
} D3DKMT_TRIMNOTIFICATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_TRIMNOTIFICATION structure

Description

D3DKMT_TRIMNOTIFICATION is used to notify a driver to trim its memory residency list.

Members

Context [in]

The caller-supplied context for the callback notification.

Flags [in]

A D3DDDI_TRIMRESIDENCYSET_FLAGS structure containing the trimming behavior flags.

NumBytesToTrim [in]

When TrimToBudget is set, this value specifies how much the application should evict in order to meet its current memory budget.

See also

D3DDDI_TRIMRESIDENCYSET_FLAGS