[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#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 861

type TDevInfo = record

  dvi_Next: BPTR;

  

Pointer to next device list

  dvi_Type: LongInt;

  

Type of record (DLT_*)

  dvi_Task: PMsgPort;

  

Pointer to handler task

  dvi_Lock: BPTR;

  

Lock to Device

  dvi_Handler: BSTR;

  

Handler for device

  dvi_StackSize: LongInt;

  

Stacksize

  dvi_Priority: LongInt;

  

Priority in list

  dvi_Startup: BPTR;

  

  dvi_NoAROS4: array [0..1] of BPTR;

  dvi_Name: BSTR;

  

  dvi_Reserved: array [0..5] of IPTR;

  dvi_AROS: TDosListAROSExt;

end;


Documentation generated on: 2017-01-10