ACEUNPUB.AdsDDCreateFunction 方法 | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsDDCreateFunction(
hDictionary AS IntPtr,
pucName AS STRING,
pucReturnType AS STRING,
usInputParamCnt AS WORD,
pucInputParams AS STRING,
pucFuncBody AS STRING,
pucComments AS STRING
) AS DWORD
public static uint AdsDDCreateFunction(
IntPtr hDictionary,
string pucName,
string pucReturnType,
ushort usInputParamCnt,
string pucInputParams,
string pucFuncBody,
string pucComments
)
查看代码参数
- hDictionary
- 类型:IntPtr
- pucName
- 类型:String
- pucReturnType
- 类型:String
- usInputParamCnt
- 类型:UInt16
- pucInputParams
- 类型:String
- pucFuncBody
- 类型:String
- pucComments
- 类型:String
返回值
类型:
UInt32参见