System.TUnwinder

提供: RAD Studio API Documentation
移動先: 案内検索

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;

プロパティ

種類 可視性 ソース ユニット
struct public System.pas System System


説明

内部的に使用するためのものです。

このクラスを使用しないでください。

関連項目