Retrieve the ID.
#include <bps/removablemedia.h>
BPS_API const char* removablemedia_info_get_id(removablemedia_info_t *info)
BlackBerry 10.2.0
The removablemedia_info_t structure to get the ID from.
The removablemedia_info_get_id() function retrieves the ID from a removablemedia_info_t structure. The ID is a universally unique identifier for the media made of up to 64 hexadecimal digits.
The ID or NULL on error.