Retrieve the next Removable Media information.
#include <bps/removablemedia.h>
BPS_API removablemedia_info_t* removablemedia_info_get_next(removablemedia_info_t *info)
BlackBerry 10.2.0
The removablemedia_info_t structure to get the next Removable Media information structure from.
The removablemedia_info_get_next() function retrieves the next removablemedia_info_t structure from a removablemedia_info_t structure. Only use this function on structures retrieved from the removablemedia_get_info() function, or a previous call to this function.
The next Removable Media information structure or NULL if there is no more Removable Media information structures.