ITypeInfo.GetRefTypeInfo(Int32, ITypeInfo) Method

Definition

Retrieves the referenced type descriptions if a type description references other type descriptions.

public:
 void GetRefTypeInfo(int hRef, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeInfo ^ % ppTI);
public void GetRefTypeInfo (int hRef, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTI);
abstract member GetRefTypeInfo : int * ITypeInfo -> unit
Public Sub GetRefTypeInfo (hRef As Integer, ByRef ppTI As ITypeInfo)

Parameters

hRef
Int32

A handle to the referenced type description to return.

ppTI
ITypeInfo

When this method returns, contains the referenced type description. This parameter is passed uninitialized.

Remarks

For more information, see ITypeInfo::GetRefTypeInfo method.

Applies to