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

TUnit

Declaration

Source position: exec.pas line 1304

type TUnit = packed 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