www.mxdraw.com
内容索引主面
前一个向上下一个
Mx::AddCustomFunction 函数

向系统增加一个自定义函数,增加自定义函数后,就可以用CallCustomFunction调用

C++
ARXDLL Mcad::ErrorStatus AddCustomFunction(LPCTSTR pszGroupName, LPCTSTR pszFunName, McRxCustomFunctionPtr pFunctionAddr, Mdesk::Int32 flags = 0);

ArxFun.h

参数 
说明 
LPCTSTR pszGroupName 
自定义函数所在组名 
LPCTSTR pszFunName 
函数名 
McRxCustomFunctionPtr pFunctionAddr 
函数地址 
Mdesk::Int32 flags = 0 
没有使用 

成功返回Mcad::eOk

Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!