Code Block | ||
---|---|---|
| ||
void FSVol_LabelGet (CPU_CHAR *name_vol, |
...
CPU_CHAR *label, |
...
CPU_SIZE_T len_max, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | N/A |
Get volume label.
...
Required Configuration
None.
Notes/Warnings
len_max
is the maximum length string that can be stored in the buffer label; it does not include the final NULL character. The buffer label must be of at leastlen_max
+ 1 characters.