Versions Compared

Key

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


Code Block
languagecpp
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

fs_vol.c

Application

N/A

...

Required Configuration

None.

Notes/Warnings

  1. 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 least len_max + 1 characters.