D3DDDI_RECLAIM_RESULT - NtDoc

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

typedef enum _D3DDDI_RECLAIM_RESULT {
  D3DDDI_RECLAIM_RESULT_OK,
  D3DDDI_RECLAIM_RESULT_DISCARDED,
  D3DDDI_RECLAIM_RESULT_NOT_COMMITTED
} D3DDDI_RECLAIM_RESULT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dukmdt-_d3dddi_reclaim_result)

_D3DDDI_RECLAIM_RESULT enumeration

Description

Specifies result flags for the ReclaimAllocations callback function.

Constants

D3DDDI_RECLAIM_RESULT_OK

The result is OK.

D3DDDI_RECLAIM_RESULT_DISCARDED

The result is discarded.

D3DDDI_RECLAIM_RESULT_NOT_COMMITTED

The result is not committed.

Remarks

See also