ACE.AdsSetDate Method (IntPtr, DWord, String, Word) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsSetDate(
hObj AS IntPtr,
lFieldOrdinal AS DWORD,
strValue AS STRING,
wLen AS WORD
) AS DWORD
public static uint AdsSetDate(
IntPtr hObj,
uint lFieldOrdinal,
string strValue,
ushort wLen
)
Request Example
View SourceParameters
- hObj
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- strValue
- Type: String
- wLen
- Type: Word
Return Value
Type:
DWordSee Also