Click or drag to resize

ACE.AdsSetBinary Method (IntPtr, DWord, Word, DWord, DWord, Byte, DWord)

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsSetBinary(
	hTable AS IntPtr,
	lFieldOrdinal AS DWORD,
	usBinaryType AS WORD,
	ulTotalLength AS DWORD,
	ulOffset AS DWORD,
	strBuf AS BYTE[],
	ulLen AS DWORD
) AS DWORD
Request Example View Source

Parameters

hTable
Type: IntPtr
lFieldOrdinal
Type: DWord
usBinaryType
Type: Word
ulTotalLength
Type: DWord
ulOffset
Type: DWord
strBuf
Type: Byte
ulLen
Type: DWord

Return Value

Type: DWord
See Also