Functions.MemGrpEnum 方法 | |
Enumerate all the pointers allocated in a memory group
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION MemGrpEnum(
dwGroup AS DWORD,
pEnum AS MemWalker
) AS LOGIC
public static bool MemGrpEnum(
uint dwGroup,
MemWalker pEnum
)
查看代码参数
- dwGroup
- 类型:UInt32
The group you want to compact - pEnum
- 类型:MemWalker
MemWalker Delegate
返回值
类型:
BooleanTRUE when all delegate calls return TRUE
参见