ISL_CreateManifestSectionAttributeEnumerator
ISL_ITERATOR_PTR ISL_CreateManifestSectionAttributeEnumerator
(ISL_MANIFEST_SECTION_PTR Section)
This function creates a dynamic object whose purpose is to list references to the attributes of the manifest Section. The iterator object is activated using the ISL_GetNextManifestSectionAttribute function call. The object must be recycled using the ISL_RecycleManifestSectionEnumerator call when it is no longer needed.
- Section (input)
A manifest section object returned by the ISL_FindManifestSection or ISL_GetNextManifestSection functions.
Pointer to a signed object attribute iterator object if successful, or NULL if unsuccessful.
ISL_FindManifestSection, ISL_GetNextManifestSection
Contents | Next section | Index |