ITypeInfo.GetRefTypeOfImplType(Int32, Int32) Method

Definition

Retrieves the type description of the implemented interface types if a type description describes a COM class.

public:
 void GetRefTypeOfImplType(int index, [Runtime::InteropServices::Out] int % href);
public void GetRefTypeOfImplType (int index, out int href);
abstract member GetRefTypeOfImplType : int * int -> unit
Public Sub GetRefTypeOfImplType (index As Integer, ByRef href As Integer)

Parameters

index
Int32

The index of the implemented type whose handle is returned.

href
Int32

When this method returns, contains a reference to a handle for the implemented interface. This parameter is passed uninitialized.

Remarks

For more information, see ITypeInfo::GetRefTypeOfImplType method.

Applies to