Versions Compared

Key

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


...

File Called from Code enabled by1111414
HTML Table
summary
classPlain_Table
Table Row (tr)
Table Cell (td)
Anchor
11114081111408
Table Cell (td)
Anchor
11114101111410
Table Cell (td)
Anchor
11114121111412
Table Row (tr)
Table Cell (td)
Anchor
1111414
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). Anchor11054751105475

Arguments

...

10938781093878vol_nbr Anchor11436821143682

Volume number.

...

1093879name_vol Anchor11436891143689

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

...

Returned Value

...

10938811093881None. Anchor11008611100861

Notes/Warnings

...

...

  1. name_vol must point to a character array of FS_CFG_MAX_VOL_NAME_LEN characters.

...

  1. If the volume does not exist, name_vol will receive an empty string.