ACEUNPUB.AdsGetFTSScore 方法 | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsGetFTSScore(
hIndex AS IntPtr,
ulRecord AS DWORD,
pucKey AS STRING,
usKeyLen AS WORD,
usDataType AS WORD,
usSeekType AS WORD,
pulScore OUT DWORD
) AS DWORD
public static uint AdsGetFTSScore(
IntPtr hIndex,
uint ulRecord,
string pucKey,
ushort usKeyLen,
ushort usDataType,
ushort usSeekType,
out uint pulScore
)
查看代码参数
- hIndex
- 类型:IntPtr
- ulRecord
- 类型:UInt32
- pucKey
- 类型:String
- usKeyLen
- 类型:UInt16
- usDataType
- 类型:UInt16
- usSeekType
- 类型:UInt16
- pulScore
- 类型:UInt32
返回值
类型:
UInt32参见