ISL_CheckAddressWithinModule
ISL_STATUS ISL_CheckAddressWithinModule
(ISL_VERIFIED_MODULE_PTR Verification,
void * Address)
The address is checked against the list of address ranges that are valid addresses within the module.
- Verification (input)
A verified module object returned by the ISL_SelfCheck, ISL_VerifyLoadedModule, ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials, or ISL_VerifyAndLoadModule function.
- Address (input)
An address to be checked.
ISL_OK is returned if the address is a valid address within the bounds of the module, otherwise ISL_FAIL is returned.
ISL_SelfCheck, ISL_VerifyLoadedModule, ISL_VerifyAndLoadModule, ISL_VerifyLoadedModuleAndCredentials, ISL_VerifyAndLoadModuleAndCredentials
Contents | Next section | Index |