Only to be allocated by DOS!
Source position: amigados.pas line 593
type TCliProcList = packed 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; |