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