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.
Specifies result flags for the ReclaimAllocations callback function.
Syntax
typedef enum _D3DDDI_RECLAIM_RESULT {
D3DDDI_RECLAIM_RESULT_OK,
D3DDDI_RECLAIM_RESULT_DISCARDED,
D3DDDI_RECLAIM_RESULT_NOT_COMMITTED
} D3DDDI_RECLAIM_RESULT;
Constants
D3DDDI_RECLAIM_RESULT_OKThe result is OK. |
D3DDDI_RECLAIM_RESULT_DISCARDEDThe result is discarded. |
D3DDDI_RECLAIM_RESULT_NOT_COMMITTEDThe result is not committed. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dukmdt.h |