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

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 671

type TDevInfo = packed record

  dvi_Next: LongInt;

  

Pointer to next device list

  dvi_Type: LongInt;

  

Type of record (DLT_*)

  dvi_Task: Pointer;

  

Pointer to handler task

  dvi_Lock: LongInt;

  

Lock to Device

  dvi_Handler: LongInt;

  

Handler for device

  dvi_StackSize: LongInt;

  

Stacksize

  dvi_Priority: LongInt;

  

Priority in list

  dvi_Startup: LongInt;

  

  dvi_SegList: LongInt;

  

  dvi_GlobVec: LongInt;

  

  dvi_Name: LongInt;

  

end;


Documentation generated on: 2021-07-30