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