ACE.AdsSetField Method (IntPtr, DWord, Byte, DWord) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsSetField(
hObj AS IntPtr,
lFieldOrdinal AS DWORD,
abBuf AS BYTE[],
ulLen AS DWORD
) AS DWORD
public static uint AdsSetField(
IntPtr hObj,
uint lFieldOrdinal,
byte[] abBuf,
uint ulLen
)
Request Example
View SourceParameters
- hObj
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- abBuf
- Type: Byte
- ulLen
- Type: DWord
Return Value
Type:
DWordSee Also