ReclaimStruc STRUC
RS_Linear DD ?
RS_Bytes DD ?
RS_CallBack DD ?
RS_RefData DD ?
RS_HookTable DD ?
RS_Flags DD ?
ReclaimStruc ENDS
Contains information about a region of VM memory.
RS_Linear
Low (ie, less than 1meg+64K) address of region.
RS_Bytes
Size of region in bytes.
RS_CallBack
Function to call prior to System_Exit, NULL if none.
RS_RefData
Reference data passed to callback, if any.
RS_HookTable
Address of Reclaim_Hook_Table as defined in int2fapi.h, NULL if none.
RS_Flags
May be any combination of the following:
RS_RECLAIM (00000001H) | |
RS_RESTORE (00000002H) | |
RS_DOSARENA (00000004H) |
See also _AddReclaimableItem