ACEUNPUB.AdsDDCreateASA 方法 | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsDDCreateASA(
hConnect AS IntPtr,
pucDictionaryPath AS STRING,
usEncrypt AS WORD,
pucDescription AS STRING,
pucPassword AS STRING
) AS DWORD
public static uint AdsDDCreateASA(
IntPtr hConnect,
string pucDictionaryPath,
ushort usEncrypt,
string pucDescription,
string pucPassword
)
查看代码参数
- hConnect
- 类型:IntPtr
- pucDictionaryPath
- 类型:String
- usEncrypt
- 类型:UInt16
- pucDescription
- 类型:String
- pucPassword
- 类型:String
返回值
类型:
UInt32参见