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

TDOSInfo

Declaration

Source position: amigados.pas line 601

type TDOSInfo = packed record

  case Byte 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;


Documentation generated on: 2021-07-30