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