ISL_VerifyData
ISL_VERIFIED_MODULE_PTR ISL_VerifyData
(ISL_MANIFEST_SECTION_PTR Section)
This function verifies a data object referenced by the specified manifest section. This function can verify executable code modules, but it's intended use is to verify non-executable data objects.
- 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_VerifyLoadedModule, ISL_VerifyAndLoadModule, ISL_GetNextManifestSection, ISL_FindManifestSection, ISL_CheckAddressWithinModule
Contents | Next section | Index |