Platform | Win32 |
Purpose |
Get the details of the access violation. |
Syntax |
SUBROUTINE ACCESS_DETAILS@(ADDRESS, MODE, IC) |
Description |
This subroutine is used after an access violation has occurred to ascertain the address that was being accessed when the exception occurred. If this function is successful, ADDRESS contains the address that was being accessed. MODE is set to TRUE if the instruction was attempting to read from the address, FALSE if the instruction was attempting to write to the address. IC is set to 0 on success, 1 on failure. |