Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2.43 KB

nf-rometadataapi-imetadataimport-getmodulerefprops.md

File metadata and controls

79 lines (62 loc) · 2.43 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.GetModuleRefProps
IMetaDataImport::GetModuleRefProps (rometadataapi.h)
Gets the name of the module referenced by the specified metadata token.
GetModuleRefProps
GetModuleRefProps method [Windows Runtime]
GetModuleRefProps method [Windows Runtime]
IMetaDataImport interface
IMetaDataImport interface [Windows Runtime]
GetModuleRefProps method
IMetaDataImport.GetModuleRefProps
IMetaDataImport::GetModuleRefProps
rometadataapi/IMetaDataImport::GetModuleRefProps
winrt.imetadataimport_getmodulerefprops
winrt\imetadataimport_getmodulerefprops.htm
WinRT
1f14fe81-d585-4167-8817-0c7d000413de
12/05/2018
GetModuleRefProps, GetModuleRefProps method [Windows Runtime], GetModuleRefProps method [Windows Runtime],IMetaDataImport interface, IMetaDataImport interface [Windows Runtime],GetModuleRefProps method, IMetaDataImport.GetModuleRefProps, IMetaDataImport::GetModuleRefProps, rometadataapi/IMetaDataImport::GetModuleRefProps, winrt.imetadataimport_getmodulerefprops
rometadataapi.h
Windows
Rometadataapi.idl
Windows
19H1
IMetaDataImport::GetModuleRefProps
rometadataapi/IMetaDataImport::GetModuleRefProps
c++
APIRef
kbSyntax
COM
rometadataapi.h
IMetaDataImport.GetModuleRefProps

IMetaDataImport::GetModuleRefProps

-description

Gets the name of the module referenced by the specified metadata token.

-parameters

-param tkModuleRef [in]

The ModuleRef metadata token that references the module to get metadata information for.

-param szName [out]

A buffer to hold the module name.

-param cchName [in]

The requested size of szName in wide characters.

-param pchName [out]

The returned size of szName in wide characters.

-returns

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

-see-also

IMetaDataImport