DBFAXSAdsFileToBinary Function | |
Stores the contents of the given file as a binary object in the specified field.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.22 GA
Syntax FUNCTION DBFAXSAdsFileToBinary(
hTbl AS IntPtr,
pucFldName AS STRING,
usBinaryType AS WORD,
strFileName AS STRING
) AS DWORD
public static uint DBFAXSAdsFileToBinary(
IntPtr hTbl,
string pucFldName,
ushort usBinaryType,
string strFileName
)
Request Example
View SourceParameters
- hTbl
- Type: IntPtr
- pucFldName
- Type: String
- usBinaryType
- Type: Word
- strFileName
- Type: String
Return Value
Type:
DWordSee Also