This document is archived and information here might be outdated. Recommended version. |
Creates a new server configuration factory for a given type.
[Visual Basic .NET] Public Function CreateConfigurationFactory ( _ ByVal cfgName As String, _ ByVal cfgType As String, _ ByVal CLSID As String _ ) As IConfigurationFactory
[C#] public IConfigurationFactory CreateConfigurationFactory ( string cfgName, string cfgType, string CLSID );
[C++]
HRESULT CreateConfigurationFactory(
BSTR cfgName,
BSTR cfgType,
BSTR CLSID
);
[C++] Parameters cfgName [in]
cfgName is a parameter of type BSTR cfgType [in]
cfgType is a parameter of type BSTR CLSID [in]
CLSID is a parameter of type BSTR