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