ACE.AdsGetBinary Method (IntPtr, DWord, DWord, Byte, DWord) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsGetBinary(
hTable AS IntPtr,
lFieldOrdinal AS DWORD,
ulOffset AS DWORD,
strBuf AS BYTE[],
pulLen REF DWORD
) AS DWORD
public static uint AdsGetBinary(
IntPtr hTable,
uint lFieldOrdinal,
uint ulOffset,
byte[] strBuf,
ref uint pulLen
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- lFieldOrdinal
- Type: DWord
- ulOffset
- Type: DWord
- strBuf
- Type: Byte
- pulLen
- Type: DWord
Return Value
Type:
DWordSee Also