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