This document is archived and information here might be outdated. Recommended version. |
Creates an instance of an AddIn given a CLSID.
[Visual Basic .NET] Public Function CreateObject ( _ ByVal CLSID As String _ ) As Object
[C#] public object CreateObject ( string CLSID );
[C++]
HRESULT CreateObject(
BSTR CLSID
);
[C++]
Parameters CLSID [in]
CLSID is a parameter of type BSTR