DBFAXSAdsFindConnection Function | |
Finds a connection handle associated with the server name.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.22 GA
Syntax FUNCTION DBFAXSAdsFindConnection(
strServerName AS STRING,
phConnect REF IntPtr
) AS DWORD
public static uint DBFAXSAdsFindConnection(
string strServerName,
ref IntPtr phConnect
)
Request Example
View SourceParameters
- strServerName
- Type: String
- phConnect
- Type: IntPtr
Return Value
Type:
DWordSee Also