_EnumReclaimableItem
#include vmm.h
DWORD _EnumReclaimableItem(DWORD enumKey, ReclaimStruc *pReclaim,
DWORD Flags);
Enumerates regions of potentially reclaimable VM memory that were added by a previous call to the _AddReclaimableItem service. The items are enumerated in ascending order according to their addresses. Uses C calling convention and the EAX, ECX, EDX, and Flags registers.
- Returns the enumeration key in EAX for each reclaimable region, or zero if there are no reclaimable regions or the last region has been enumerated.
- enumKey
- Enumeration key. Set this parameter to zero to begin enumeration. Subsequent calls to this service specify enumeration keys returned by previous calls.
- pReclaim
- Address of the ReclaimStruc structure that receives information about a reclaimable region.
- Flags
- Reserved; must be 0.
See Also
_AddReclaimableItem, ReclaimStruc, _SetReclaimableItem