System.PExceptionRecord
Delphi
type 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