IFixedTypeInfo.GetRefTypeOfImplType(Int32, IntPtr) Method

Definition

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

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

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

Parameters

index
Int32

The index of the implemented type whose handle is returned.

href
IntPtr

nativeint

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

Applies to