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