System.TUnwinder

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
struct public System.pas System System


Beschreibung

Für den internen Gebrauch.

Verwenden Sie diese Klasse nicht.

Siehe auch