ISL_VerifyAndLoadModule
ISL_VERIFIED_MODULE_PTR ISL_VerifyAndLoadModule
(ISL_MANIFEST_SECTION_PTR Section)
If the module referenced by the manifest section is already loaded, it is verified in memory. Otherwise, the module is verified on the file system, and, if successful, the module is loaded.
- Section (input)
A manifest section returned by the ISL_GetNextManifestSection or ISL_FindManifestSection functions.
Pointer to a verified module object if successful, or NULL if unsuccessful.
ISL_GetNextManifestSection, ISL_FindManifestSection
Contents | Next section | Index |