Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TEmulHandle

Declaration

Source position: exec.pas line 97

type TEmulHandle = packed record

  reg: array [TEmulRegs] of LongWord;

  SuperHandle: Pointer;

  _Type: ULONG;

  Flags: ULONG;

  EmulFunc: procedure;

  EmulCallOS: function(

  EmulCaos: pointer

):ULONG;

  EmulCall68k: function(

  EmulCaos: pointer

):ULONG;

  EmulCallQuick68k: function(

  EmulCaos: pointer

):ULONG;

  EmulCallDirectOS: function(

  arg: LONG

):ULONG;

  EmulCallDirect68k: function(

  arg: Pointer

):ULONG;

  OldEmulHandle: PEmulHandle;

end;


Documentation generated on: 2023-03-18