ACE.AdsGetVersion 方法 (UInt32, UInt32, String, Char, UInt16) | |
注意:此 API 现在已过时。
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 [ObsoleteAttribute("The strLetter parameter must be passed as REF CHAR",
TRUE)]
STATIC METHOD AdsGetVersion(
pulMajor OUT DWORD,
pulMinor OUT DWORD,
strLetter AS STRING,
strDesc AS CHAR[],
pusDescLen REF WORD
) AS DWORD
[ObsoleteAttribute("The strLetter parameter must be passed as REF CHAR",
true)]
public static uint AdsGetVersion(
out uint pulMajor,
out uint pulMinor,
string strLetter,
char[] strDesc,
ref ushort pusDescLen
)
查看代码参数
- pulMajor
- 类型:UInt32
- pulMinor
- 类型:UInt32
- strLetter
- 类型:String
- strDesc
- 类型:Char
- pusDescLen
- 类型:UInt16
返回值
类型:
UInt32参见