ISL_CreateManifestSectionEnumerator
ISL_ITERATOR_PTR ISL_CreateManifestSectionEnumerator
(ISL_VERIFIED_SIGNATURE_ROOT_PTR Root)
This function creates a dynamic object whose purpose is to list references to the sections of the manifest referenced by the Verification parameter. The resulting iterator object is activated by invoking the ISL_GetNextManifestSection function. The object should be recycled using the ISL_RecycleManifestSectionEnumerator call when it is no longer needed.
- Root (input)
A verified signature root explicitly created by ISL_CreateVerifiedSignatureRoot or ISL_CreateVerifiedSignatureRootWithCertificate, or implicitly by ISL_SelfCheck, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyLoadedModuleAndCredentials.
Pointer to a manifest section iterator object if successful, or NULL if unsuccessful.
ISL_GetNextManifestSection, ISL_RecycleManifestSectionEnumerator
Contents | Next section | Index |