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