Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void  FSVol_GetVolName (FS_QTY     vol_nbr,
                        CPU_CHAR  *name_vol);


File

Called from

Code enabled by

fs_vol.c

Application

N/A

Get name of the nth open volume. vol_nbr should be between 0 and the return value of FSVol_GetNbrVols() (inclusive).

...