Synopsis
CTL_STATUS_t ctl_ms_get_volume_label(const char *vol,
                                     char *name);
Description

ctl_ms_get_volume_label reads the volume label of volume vol to the string pointed to by name. name must be able to hold at least 13 characters.

Return Value

ctl_ms_get_volume_label returns a standard status code.

Thread Safety

ctl_ms_get_volume_label is thread-safe.