ITypeLib.GetTypeInfoOfGuid(Guid, Type) Method

Definition

Retrieves the type description that corresponds to the specified globally unique identifier (GUID).

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

Parameters

Guid
Guid

GUID of the type description.

ppTInfo
Type

The ITypeInfo interface.

Applies to