TExceptAddr
Exception stack address descriptor
Declaration
Source position: excepth.inc line 29
Type
TExceptAddr = record
public
buf : PJmp\_buf;
next : PExceptAddr;
frametype : LongInt;
end
Description
TExceptAddr describes an exception frame on the exception address frame stack. It is used in structured stack exception handling.