नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets a pointer to an enumerator for the resources referenced in the current assembly manifest.
Syntax
HRESULT EnumManifestResources (
[in, out] HCORENUM *phEnum,
[out] 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
| HRESULT | Description |
|---|---|
S_OK |
EnumManifestResources returned successfully. |
S_FALSE |
There are no tokens to enumerate. In this case, pcTokens is set to zero. |
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib