Click or drag to resize

ACEUNPUB.AdsDDCreateFunction Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 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
Request Example View Source

Parameters

hDictionary
Type: IntPtr
pucName
Type: String
pucReturnType
Type: String
usInputParamCnt
Type: Word
pucInputParams
Type: String
pucFuncBody
Type: String
pucComments
Type: String

Return Value

Type: DWord
See Also