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