Determine whether the removable media is removable.
#include <bps/removablemedia.h>
BPS_API bool removablemedia_info_is_removable(removablemedia_info_t *info)
BlackBerry 10.2.0
The removablemedia_info_t structure to get the removable status from.
The removablemedia_info_is_removable() function determines whether the media is removable from a removablemedia_info_t structure.
true if the removable media is removable, false otherwise.