Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#os4units]

tDosInfo

Declaration

Source position: amigados.pas line 1290

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;


Documentation generated on: 2021-07-30