ACE.AdsGetLongLong Method (IntPtr, String, Int64) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsGetLongLong(
hTable AS IntPtr,
strFldName AS STRING,
pqValue OUT INT64
) AS DWORD
public static uint AdsGetLongLong(
IntPtr hTable,
string strFldName,
out long pqValue
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- strFldName
- Type: String
- pqValue
- Type: Int64
Return Value
Type:
DWordSee Also