IMetaDataAssemblyImport::EnumManifestResources Method
.NET Framework 2.0
Gets a pointer to an enumerator for the resources referenced in the current assembly manifest.
HRESULT EnumManifestResources (
[in, out] HCORENUM *phEnum,
[out] mdManifestResource rManifestResources[],
[in] ULONG cMax,
[out] ULONG *pcTokens
);
Parameters
| Parameter | Description |
|---|---|
|
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. |