void FSVol_GetDfltVolName (CPU_CHAR *name_vol);
File |
Called from |
Code enabled by |
|
Application |
N/A |
Get name of the default volume.
Arguments
name_vol
String buffer that will receive the volume name (see Note #2).
Returned Value
None.
Notes/Warnings
name_vol
must point to a character array of FS_CFG_MAX_VOL_NAME_LEN
characters.name_vol
will receive an empty string.