Click or drag to resize

MemGrpEnum Function

X#
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
Request Example View Source

Parameters

dwGroup
Type: DWord
The group you want to compact
pEnum
Type: MemWalker
MemWalker Delegate

Return Value

Type: Logic
TRUE when all delegate calls return TRUE
See Also