ACCESS_DETAILS@

Platform

Win32

Purpose

Get the details of the access violation.

Syntax

SUBROUTINE ACCESS_DETAILS@(ADDRESS, MODE, IC)
INTEGER (KIND=3) ADDRESS
LOGICAL (KIND=3) MODE
INTEGER (KIND=2) 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.

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited