ACE.AdsSetBinary 方法 (IntPtr, String, UInt16, UInt32, UInt32, Byte, UInt32) | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- hTable
- 类型:IntPtr
- strFldName
- 类型:String
- usBinaryType
- 类型:UInt16
- ulTotalLength
- 类型:UInt32
- ulOffset
- 类型:UInt32
- strBuf
- 类型:Byte
- ulLen
- 类型:UInt32
返回值
类型:
UInt32参见