removablemedia_info_get_name()

Retrieve the media name.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the media name from.

Library:

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

Description:

The removablemedia_info_get_name() function retrieves the media name from a removablemedia_info_t structure.

Returns:

The media name or NULL on error.