Skip to content

Latest commit

 

History

History
114 lines (97 loc) · 2.72 KB

nf-oaidl-itypeinfo-gettypecomp.md

File metadata and controls

114 lines (97 loc) · 2.72 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.ITypeInfo.GetTypeComp
ITypeInfo::GetTypeComp (oaidl.h)
Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members.
GetTypeComp
GetTypeComp method [Automation]
GetTypeComp method [Automation]
ITypeInfo interface
ITypeInfo interface [Automation]
GetTypeComp method
ITypeInfo.GetTypeComp
ITypeInfo::GetTypeComp
_oa96_ITypeInfo_GetTypeComp
automat.itypeinfo_gettypecomp
oaidl/ITypeInfo::GetTypeComp
automat\itypeinfo_gettypecomp.htm
automat
094cf9d5-2d9b-4c3c-844e-45737e905099
12/05/2018
GetTypeComp, GetTypeComp method [Automation], GetTypeComp method [Automation],ITypeInfo interface, ITypeInfo interface [Automation],GetTypeComp method, ITypeInfo.GetTypeComp, ITypeInfo::GetTypeComp, _oa96_ITypeInfo_GetTypeComp, automat.itypeinfo_gettypecomp, oaidl/ITypeInfo::GetTypeComp
oaidl.h
Windows
OaIdl.idl
Windows
19H1
ITypeInfo::GetTypeComp
oaidl/ITypeInfo::GetTypeComp
c++
APIRef
kbSyntax
COM
oaidl.h
ITypeInfo.GetTypeComp

ITypeInfo::GetTypeComp

-description

Retrieves the ITypeComp interface for the type description, which enables a client compiler to bind to the type description's members.

-parameters

-param ppTComp [out]

The ITypeComp of the containing type library.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
One or more of the arguments is not valid.
E_OUTOFMEMORY
Insufficient memory to complete the operation.

-remarks

A client compiler can use the ITypeComp interface to bind to members of the type.

-see-also

ITypeInfo