MemGrpEnum Function | |
Enumerate all the pointers allocated in a memory group
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION MemGrpEnum(
dwGroup AS DWORD,
pEnum AS MemWalker
) AS LOGIC
public static bool MemGrpEnum(
uint dwGroup,
MemWalker pEnum
)
Request Example
View SourceParameters
- dwGroup
- Type: DWord
The group you want to compact - pEnum
- Type: MemWalker
MemWalker Delegate
Return Value
Type:
LogicTRUE when all delegate calls return TRUE
See Also