IFixedTypeInfo.CreateInstance(Object, Guid, Object) Method

Definition

For a description of this member, see CreateInstance(Object, Guid, Object).

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void CreateInstance(System::Object ^ pUnkOuter, Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvObj);
public void CreateInstance (object pUnkOuter, ref Guid riid, out object ppvObj);
abstract member CreateInstance : obj * Guid * obj -> unit
Public Sub CreateInstance (pUnkOuter As Object, ByRef riid As Guid, ByRef ppvObj As Object)

Parameters

pUnkOuter
Object

Pointer to IUnknown interface.

riid
Guid

The GUID of the class.

ppvObj
Object

Location to return the pointer to the interface.

Applies to