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