Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TExceptAddr

Exception stack address descriptor.

Declaration

Source position: excepth.inc line 29

type TExceptAddr = record

  buf: PJmp_buf;

  

Jump buffer.

  next: PExceptAddr;

  

Next address on stack.

  frametype: LongInt;

  

Type of exception frame.

end;

Description

TExceptAddr describes an exception frame on the exception address frame stack. It is used in structured stack exception handling.


Documentation generated on: Jul 24 2023