Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataAssemblyImport::EnumManifestResources method

Gets a pointer to an enumerator for the resources referenced in the current assembly manifest.

Syntax


HRESULT EnumManifestResources(
  [in, out]                                  HCORENUM           *phEnum,
  [out, size_is(cMax), length_is(*pcTokens)] mdManifestResource rManifestResources[],
  [in]                                       ULONG              cMax,
  [out]                                      ULONG              *pcTokens
);

Parameters

phEnum [in, out]

A pointer to the enumerator. This must be a null value when the EnumManifestResources method is called for the first time.

rManifestResources [out]

The array used to store the mdManifestResource metadata tokens.

cMax [in]

The maximum number of mdManifestResource tokens that can be placed in rManifestResources.

pcTokens [out]

The number of mdManifestResource tokens actually placed in rManifestResources.

Return value

HRESULTDescription
S_OKEnumManifestResources returned successfully.
S_FALSEThere are no tokens to enumerate. In this case, pcTokens is set to zero.

 

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataAssemblyImport

 

 

Show:
© 2017 Microsoft