ACE.AdsSeek Method (IntPtr, String, Word, Word, Word, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax 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
)
Request Example
View SourceParameters
- hIndex
- Type: IntPtr
- strKey
- Type: String
- usKeyLen
- Type: Word
- usDataType
- Type: Word
- usSeekType
- Type: Word
- pbFound
- Type: Word
Return Value
Type:
DWordSee Also