ISL_GetModuleManifestSection
ISL_MANIFEST_SECTION_PTR ISL_GetModuleManifestSection
(ISL_VERIFIED_MODULE_PTR Module)
This function returns the manifest section that describes the integrity of the specified Module. This is the section that is used to verify module integrity.
- Module (input)
A verified object module created by ISL_SelfCheck, ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials, ISL_VerifyLoadedModule, or ISL_VerifyAndLoadModule.
ISL_OK is returned if successful, otherwise ISL_FAIL.
ISL_SelfCheck, ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials, ISL_VerifyAndLoadModule, ISL_VerifyLoadedModule
Contents | Next section | Index |