Skip to content

Latest commit

 

History

History
125 lines (107 loc) · 2.68 KB

nf-oaidl-itypelib-gettypeinfoofguid.md

File metadata and controls

125 lines (107 loc) · 2.68 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oaidl.ITypeLib.GetTypeInfoOfGuid
ITypeLib::GetTypeInfoOfGuid (oaidl.h)
Retrieves the type description that corresponds to the specified GUID.
GetTypeInfoOfGuid
GetTypeInfoOfGuid method [Automation]
GetTypeInfoOfGuid method [Automation]
ITypeLib interface
ITypeLib interface [Automation]
GetTypeInfoOfGuid method
ITypeLib.GetTypeInfoOfGuid
ITypeLib::GetTypeInfoOfGuid
_oa96_ITypeLib_GetTypeInfoOfGuid
automat.itypelib_gettypeinfoofguid
oaidl/ITypeLib::GetTypeInfoOfGuid
automat\itypelib_gettypeinfoofguid.htm
automat
58f96322-f1cd-448c-906d-b7faa65ab9a0
12/05/2018
GetTypeInfoOfGuid, GetTypeInfoOfGuid method [Automation], GetTypeInfoOfGuid method [Automation],ITypeLib interface, ITypeLib interface [Automation],GetTypeInfoOfGuid method, ITypeLib.GetTypeInfoOfGuid, ITypeLib::GetTypeInfoOfGuid, _oa96_ITypeLib_GetTypeInfoOfGuid, automat.itypelib_gettypeinfoofguid, oaidl/ITypeLib::GetTypeInfoOfGuid
oaidl.h
Windows
OaIdl.idl
Windows
19H1
ITypeLib::GetTypeInfoOfGuid
oaidl/ITypeLib::GetTypeInfoOfGuid
c++
APIRef
kbSyntax
COM
oaidl.h
ITypeLib.GetTypeInfoOfGuid

ITypeLib::GetTypeInfoOfGuid

-description

Retrieves the type description that corresponds to the specified GUID.

-parameters

-param guid [in]

The GUID of the type description.

-param ppTinfo [out]

The ITypeInfo interface.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
TYPE_E_ELEMENTNOTFOUND
No type description was found in the library with the specified GUID.
E_INVALIDARG
One or more of the arguments is not valid.
E_OUTOFMEMORY
Insufficient memory to complete the operation.

-see-also

ITypeLib