[To be supplied.]
[Visual Basic] extern Public Shared Function CoCreateInstance( _ ByRef clsid As Guid, _ ByVal punkOuter As Object, _ ByVal context As Integer, _ ByRef iid As Guid _ ) As Object [C#] public static extern object CoCreateInstance( ref Guid clsid, object punkOuter, int context, ref Guid iid ); [C++] public: static extern Object* CoCreateInstance( __in Guid** clsid, Object* punkOuter, int context, __in Guid** iid ); [JScript] public static extern function CoCreateInstance( clsid : Guid, punkOuter : Object, context : int, iid : Guid ) : Object;