System.PExceptionRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PExceptionRecord = ^TExceptionRecord;

C++

typedef TExceptionRecord *PExceptionRecord;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointer to a TExceptionRecord.

Note: PExceptionRecord is related to Structured Exception Handling

See Also