点击或拖拽改变大小

Functions.MemGrpEnum 方法

X#
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
查看代码

参数

dwGroup
类型:UInt32
The group you want to compact
pEnum
类型:MemWalker
MemWalker Delegate

返回值

类型:Boolean
TRUE when all delegate calls return TRUE
参见