ACEUNPUB.AdsDDCreateFunction Method |
Namespace: XSharp.ADS
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 )