Creates a server object outside of the server environment.
[Visual Basic 6.0] Function CreateServerObject(
ByVal CLSID As String, _
ByVal cfgName As String, _
ByVal cfgType As String _
) As IServerObject
[Visual Basic .NET] Public Function CreateServerObject ( _ ByVal CLSID As String, _ ByVal cfgName As String, _ ByVal cfgType As String _ ) As IServerObject
[C#] public IServerObject CreateServerObject ( string CLSID, string cfgName, string cfgType );
[Java] public IServerObject createServerObject ( String CLSID, String cfgName, String cfgType ) throws IOException, AutomationException
[C++] HRESULT CreateServerObject( BSTR CLSID, BSTR cfgName, BSTR cfgType, IServerObject** ppSO );
Parameters
CLSID [in]
CLSID is a parameter of type BSTR
cfgName [in]
cfgName is a parameter of type BSTR
cfgType [in]
cfgType is a parameter of type BSTR
ppSO [out, retval]
ppSO is a parameter of type IServerObject