ACE.AdsGetField Method (IntPtr, DWord, Byte, DWord, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsGetField(
hTable AS IntPtr,
lFieldOrdinal AS DWORD,
abBuf AS BYTE[],
pulLen REF DWORD,
usOption AS WORD
) AS DWORD
public static uint AdsGetField(
IntPtr hTable,
uint lFieldOrdinal,
byte[] abBuf,
ref uint pulLen,
ushort usOption
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- abBuf
- Type: Byte
- pulLen
- Type: DWord
- usOption
- Type: Word
Return Value
Type:
DWordSee Also