/
FSVol_GetDfltVolName()
FSVol_GetDfltVolName()
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 ofFS_CFG_MAX_VOL_NAME_LEN
characters.- If the volume does not exist,
name_vol
will receive an empty string.
, multiple selections available,
Related content
FSVol_GetVolName()
FSVol_GetVolName()
More like this
FSVol_IsDflt()
FSVol_IsDflt()
More like this
FSVol_LabelGet()
FSVol_LabelGet()
More like this
FSVol_Rd()
FSVol_Rd()
More like this
FSVol_Fmt()
FSVol_Fmt()
More like this
FSVol_Query()
FSVol_Query()
More like this