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