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

TDevInfo

This structure can take on different values depending on whether it is a device, an assigned directory, or a volume. This structure representing a device

Declaration

Source position: amigados.pas line 855

type TDevInfo = record

  dvi_Next: Pointer;

  

Pointer to next device list

  dvi_Type: LongInt;

  

Type of record (DLT_*)

  dvi_Task: PMsgPort;

  

Pointer to handler task

  dvi_Lock: Pointer;

  

Lock to Device

  dvi_Handler: Pointer;

  

Handler for device

  dvi_StackSize: LongInt;

  

Stacksize

  dvi_Priority: LongInt;

  

Priority in list

  dvi_Startup: Pointer;

  

  dvi_SegList: Pointer;

  

  dvi_GlobVec: Pointer;

  

  dvi_Name: Pointer;

  

end;


Documentation generated on: 2021-07-30