System.TUnwinder

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TUnwinder = record
    RaiseException: function(Exc: Pointer): LongBool; cdecl;
    RegisterIPLookup: function(fn: Pointer; StartAddr, EndAddr: LongInt; Context: Pointer; GOT: LongInt): LongBool; cdecl;
    UnregisterIPLookup: procedure(StartAddr: LongInt) cdecl;
    DelphiLookup: function(Addr: LongInt; Context: Pointer): Pointer; cdecl;
    ClosestHandler: function(Context: Pointer): LongWord; cdecl;
  end;

Propriétés

Type Visibilité  Source Unité  Parent
struct public System.pas System System


Description

A usage interne.

N'utilisez pas cette classe.

Voir aussi