Source position: amigados.pas line 797
type tDosInfo = record |
||
case SmallInt of |
||
0: ( |
||
di_ResList: LongInt; |
|
|
); |
||
1: ( |
||
di_McName: LongInt; |
|
Network name of this machine; currently 0 |
di_DevInfo: LongInt; |
|
Device List |
di_Devices: LongInt; |
|
Currently 0 |
di_Handlers: LongInt; |
|
Currently 0 |
di_NetHand: Pointer; |
|
Network handler processid; currently 0 |
di_DevLock: tSignalSemaphore; |
|
do NOT access directly! |
di_EntryLock: tSignalSemaphore; |
|
do NOT access directly! |
di_DeleteLock: tSignalSemaphore; |
|
do NOT access directly! |
); |
||
end; |