...
HTML Table | summary | |
---|---|---|
class | Plain_Table | |
Table Row (tr) | ||
Table Cell (td) | ||
Anchor | 1111408 | 1111408 | File
Table Cell (td) | ||
Anchor | 1111410 | 1111410 | Called from
Table Cell (td) | ||
Anchor | 1111412 | 1111412 | Code enabled by
Table Row (tr) | ||
Table Cell (td) | ||
Anchor | 1111414 | 1111414|
Code Block | ||
| ||
void FSVol_GetVolName (FS_QTY vol_nbr,
CPU_CHAR *name_vol); |
File | Called from | Code enabled by |
---|---|---|
|
...
Application |
...
...
N/A |
...
Get name of the nth open volume. vol_nbr
should be between 0 and the return value of FSVol_GetNbrVols()
(inclusive). Anchor
Arguments
...
vol_nbr
Volume number.
...
name_vol
String buffer that will receive the volume name (see Note #2).
...
Returned Value
...
Notes/Warnings
...
...
name_vol
must point to a character array ofFS_CFG_MAX_VOL_NAME_LEN
characters.
...
- If the volume does not exist,
name_vol
will receive an empty string.