Registers a new server object extension type with the server object type indicated in the argument list.
[Visual Basic 6.0] Sub AddExtensionType(
ByVal SOTypeName As String, _
ByVal pSOEType As IServerObjectExtensionType _
)
[Visual Basic .NET] Public Sub AddExtensionType ( _ ByVal SOTypeName As String, _ ByVal pSOEType As IServerObjectExtensionType _ )
[C#] public void AddExtensionType ( string SOTypeName, IServerObjectExtensionType pSOEType );
[Java] public void addExtensionType ( String SOTypeName, IServerObjectExtensionType pSOEType ) throws IOException, AutomationException
[C++] HRESULT AddExtensionType( BSTR SOTypeName, IServerObjectExtensionType* pSOEType );
Parameters
SOTypeName [in]
SOTypeName is a parameter of type BSTR
pSOEType [in]
pSOEType is a parameter of type IServerObjectExtensionType