ITypeLib.GetTypeInfoOfGuid(Guid, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.