[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TFileSysStartupMsg

Filesystem startup message for a device

Declaration

Source position: amigados.pas line 1130

type TFileSysStartupMsg = record

  fssm_Unit: IPTR;

  

Exec unit number for this device

  fssm_Device: BSTR;

  

Device Name

  fssm_Environ: BPTR;

  

Pointer to Dos environment table

  fssm_Flags: ULONG;

  

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: 2017-01-10