removablemedia_info_get_volume_label()

Retrieve the volume label.

Synopsis:

#include <bps/removablemedia.h>
 
BPS_API const char* removablemedia_info_get_volume_label(removablemedia_info_t *info)

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the volume label from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The removablemedia_info_get_volume_label() function retrieves the volume label from a removablemedia_info_t structure.

Returns:

The volume label or NULL on error.