Versions Compared

Key

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

...

void  FSVol_GetVolName (FS_QTY     vol_nbr,

...

                        CPU_CHAR  *name_vol);

...

...

File

...

Called from

...

...

Code enabled by

...

fs_vol.c

...

Application

...

N/A

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

Arguments

...

10938781093878vol_nbr Anchor11436821143682

Volume number.

...

name_vol Anchor11436891143689

String buffer that will receive the volume name (see Note #2).

...

Returned Value

...

10938811093881None. Anchor11008611100861

Notes/Warnings

...

...