DBFAXSAdsBinaryToFile Function | |
Retrieves the binary object from the given field and stores it in the specified file.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION DBFAXSAdsBinaryToFile(
hTbl AS IntPtr,
strFldName AS STRING,
strFileName AS STRING
) AS DWORD
public static uint DBFAXSAdsBinaryToFile(
IntPtr hTbl,
string strFldName,
string strFileName
)
Request Example
View SourceParameters
- hTbl
- Type: IntPtr
- strFldName
- Type: String
- strFileName
- Type: String
Return Value
Type:
DWordSee Also