Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tUnit

Declaration

Source position: exec.pas line 910

type tUnit = record

  unit_MsgPort: tMsgPort;

  

Pointer to message port for unprocessed messages

  unit_flags: Byte;

  

Flags of Unit (UNITF_*)

  unit_pad: Byte;

  

Padding byte

  unit_OpenCnt: Word;

  

Number of open Requests

end;


Documentation generated on: 2021-07-30