Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.53 KB

nf-rometadataapi-imetadataimport-gettyperefprops.md

File metadata and controls

83 lines (64 loc) · 2.53 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:rometadataapi.IMetaDataImport.GetTypeRefProps
IMetaDataImport::GetTypeRefProps (rometadataapi.h)
Gets the metadata associated with the Type referenced by the specified TypeRef token.
GetTypeRefProps
GetTypeRefProps method [Windows Runtime]
GetTypeRefProps method [Windows Runtime]
IMetaDataImport interface
IMetaDataImport interface [Windows Runtime]
GetTypeRefProps method
IMetaDataImport.GetTypeRefProps
IMetaDataImport::GetTypeRefProps
rometadataapi/IMetaDataImport::GetTypeRefProps
winrt.imetadataimport_gettyperefprops
winrt\imetadataimport_gettyperefprops.htm
WinRT
714d1adf-df8d-4f6b-8bcd-8dd9461c102a
12/05/2018
GetTypeRefProps, GetTypeRefProps method [Windows Runtime], GetTypeRefProps method [Windows Runtime],IMetaDataImport interface, IMetaDataImport interface [Windows Runtime],GetTypeRefProps method, IMetaDataImport.GetTypeRefProps, IMetaDataImport::GetTypeRefProps, rometadataapi/IMetaDataImport::GetTypeRefProps, winrt.imetadataimport_gettyperefprops
rometadataapi.h
Windows
Rometadataapi.idl
Windows
19H1
IMetaDataImport::GetTypeRefProps
rometadataapi/IMetaDataImport::GetTypeRefProps
c++
APIRef
kbSyntax
COM
rometadataapi.h
IMetaDataImport.GetTypeRefProps

IMetaDataImport::GetTypeRefProps

-description

Gets the metadata associated with the Type referenced by the specified TypeRef token.

-parameters

-param tkTypeRef [in]

The TypeRef token that represents the type to return metadata for.

-param ptkResolutionScope [out]

A pointer to the scope in which the reference is made. This value is an AssemblyRef or ModuleRef token.

-param szName [out]

A buffer containing the type name.

-param cchName [in]

The requested size in wide characters of szName.

-param pchName [out]

The returned size in wide characters of szName.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IMetaDataImport