ITypeLib.GetTypeInfoOfGuid(Guid, ITypeInfo) Method

Definition

Retrieves the type description that corresponds to the specified GUID.

public:
 void GetTypeInfoOfGuid(Guid % guid, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeInfo ^ % ppTInfo);
public void GetTypeInfoOfGuid (ref Guid guid, out System.Runtime.InteropServices.ComTypes.ITypeInfo ppTInfo);
abstract member GetTypeInfoOfGuid : Guid * ITypeInfo -> unit
Public Sub GetTypeInfoOfGuid (ByRef guid As Guid, ByRef ppTInfo As ITypeInfo)

Parameters

guid
Guid

The IID of the interface or CLSID of the class whose type info is requested.

ppTInfo
ITypeInfo

When this method returns, contains the requested ITypeInfo interface. This parameter is passed uninitialized.

Remarks

For more information, see ITypeLib::GetTypeInfoOfGuid method.

Applies to