This document is archived and information here might be outdated. Recommended version. |
Opens the server connection specified by the given file name.
[Visual Basic .NET] Public Function OpenFromFile ( _ ByVal fileName As String, _ ByVal hWnd As Integer _ ) As IAGSServerConnection
[C#] public IAGSServerConnection OpenFromFile ( string fileName, int hWnd );
[C++]
HRESULT OpenFromFile(
BSTR fileName,
OLE_HANDLE hWnd
);
[C++]
Parameters fileName [in]
fileName is a parameter of type BSTR hWnd [in]
hWnd is a parameter of type OLE_HANDLE