Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 3.36 KB

nf-rometadataapi-imetadataassemblyimport-getmanifestresourceprops.md

File metadata and controls

91 lines (68 loc) · 3.36 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.IMetaDataAssemblyImport.GetManifestResourceProps
IMetaDataAssemblyImport::GetManifestResourceProps (rometadataapi.h)
Gets the set of properties of the manifest resource with the specified metadata signature.
GetManifestResourceProps
GetManifestResourceProps method [Windows Runtime]
GetManifestResourceProps method [Windows Runtime]
IMetaDataAssemblyImport interface
IMetaDataAssemblyImport interface [Windows Runtime]
GetManifestResourceProps method
IMetaDataAssemblyImport.GetManifestResourceProps
IMetaDataAssemblyImport::GetManifestResourceProps
rometadataapi/IMetaDataAssemblyImport::GetManifestResourceProps
winrt.imetadataassemblyimport_getmanifestresourceprops
winrt\imetadataassemblyimport_getmanifestresourceprops.htm
WinRT
caa859c8-de40-4de6-bf90-41104cef91b2
12/05/2018
GetManifestResourceProps, GetManifestResourceProps method [Windows Runtime], GetManifestResourceProps method [Windows Runtime],IMetaDataAssemblyImport interface, IMetaDataAssemblyImport interface [Windows Runtime],GetManifestResourceProps method, IMetaDataAssemblyImport.GetManifestResourceProps, IMetaDataAssemblyImport::GetManifestResourceProps, rometadataapi/IMetaDataAssemblyImport::GetManifestResourceProps, winrt.imetadataassemblyimport_getmanifestresourceprops
rometadataapi.h
Windows
Rometadataapi.idl
Windows
19H1
IMetaDataAssemblyImport::GetManifestResourceProps
rometadataapi/IMetaDataAssemblyImport::GetManifestResourceProps
c++
APIRef
kbSyntax
COM
rometadataapi.h
IMetaDataAssemblyImport.GetManifestResourceProps

IMetaDataAssemblyImport::GetManifestResourceProps

-description

Gets the set of properties of the manifest resource with the specified metadata signature.

-parameters

-param mdmr [in]

An mdManifestResource token that represents the resource for which to get the properties.

-param szName [out]

The name of the resource.

-param cchName [in]

The size, in wide chars, of szName.

-param pchName [out]

A pointer to the number of wide chars actually returned in szName.

-param ptkImplementation [out]

A pointer to an mdFile token or an mdAssemblyRef token that represents the file or assembly, respectively, that contains the resource.

-param pdwOffset [out]

A pointer to a value that specifies the offset to the beginning of the resource within the file.

-param pdwResourceFlags [out]

A pointer to flags that describe the metadata applied to a resource. The flags value is a combination of one or more CorManifestResourceFlags values.

-returns

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

-see-also

IMetaDataAssemblyImport