Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 931 Bytes

Ex_ObjEnumChild.md

File metadata and controls

20 lines (13 loc) · 931 Bytes
description
控件_结束绘制

声明

动态库命令 返回值类型 库文件名 参数量 备注
Ex_ObjEnumChild 整数型 libexdui.dll 3 结束绘制

参数列表

参数名 类型 传址 数组 可空(NULL) 备注
hObjParent 整数型 - - - 父组件的句柄。从根部枚举则为引擎句柄。
lpEnumFunc 整数型 - - - 回调函数 callback(hObj,lParam),返回1继续枚举,返回0停止枚举
lParam 整数型 - - - 附加参数