[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TCliProcList

Only to be allocated by DOS!

Declaration

Source position: amigados.pas line 768

type TCliProcList = record

  cpl_Node: TMinNode;

  

  cpl_First: LongInt;

  

number of first entry in array

  cpl_Array: array [0..0] of PMsgPort;

  

[0] is max number of CLI's in this entry (n), [1] is CPTR to process id of CLI cpl_First, [n] is CPTR to process id of CLI cpl_First+n-1

end;


Documentation generated on: 2017-01-10