ACE.AdsSetBinary Method (IntPtr, String, Word, DWord, DWord, Byte, DWord) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsSetBinary(
hTable AS IntPtr,
strFldName AS STRING,
usBinaryType AS WORD,
ulTotalLength AS DWORD,
ulOffset AS DWORD,
strBuf AS BYTE[],
ulLen AS DWORD
) AS DWORD
public static uint AdsSetBinary(
IntPtr hTable,
string strFldName,
ushort usBinaryType,
uint ulTotalLength,
uint ulOffset,
byte[] strBuf,
uint ulLen
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- strFldName
- Type: String
- usBinaryType
- Type: Word
- ulTotalLength
- Type: DWord
- ulOffset
- Type: DWord
- strBuf
- Type: Byte
- ulLen
- Type: DWord
Return Value
Type:
DWordSee Also