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