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: LongWord;

  

  Flags: LongWord;

  

  EmulFunc: procedure;

  

  EmulCallOS: function(

  

  EmulCaos: pointer

):LongWord;

  EmulCall68k: function(

  

  EmulCaos: pointer

):LongWord;

  EmulCallQuick68k: function(

  

  EmulCaos: pointer

):LongWord;

  EmulCallDirectOS: function(

  

  arg: LongInt

):LongWord;

  EmulCallDirect68k: function(

  

  arg: Pointer

):LongWord;

  OldEmulHandle: PEmulHandle;

  

end;


Documentation generated on: 2021-07-30