ACE.AdsFileToBinary Method (IntPtr, String, Word, String) | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsFileToBinary(
hTable AS IntPtr,
strFldName AS STRING,
usBinaryType AS WORD,
strFileName AS STRING
) AS DWORD
public static uint AdsFileToBinary(
IntPtr hTable,
string strFldName,
ushort usBinaryType,
string strFileName
)
Request Example
View SourceParameters
- hTable
- Type: IntPtr
- strFldName
- Type: String
- usBinaryType
- Type: Word
- strFileName
- Type: String
Return Value
Type:
DWordSee Also