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

TFileSysStartupMsg

Filesystem startup message for a device

Declaration

Source position: amigados.pas line 1499

type TFileSysStartupMsg = packed record

  fssm_Unit: LongWord;

  

Exec unit number for this device

  fssm_Device: LongInt;

  

Device Name

  fssm_Environ: LongInt;

  

Pointer to Dos environment table

  fssm_Flags: LongWord;

  

Flags for OpenDevice()

end;

Description

The file system startup message is linked into a device node's startup field. It contains a pointer to the Dos environment table and the information needed to do an OpenDevice()


Documentation generated on: 2021-07-30