removablemedia_info_get_next()

Retrieve the next Removable Media information.

Synopsis:

#include <bps/removablemedia.h>
 
BPS_API removablemedia_info_t* removablemedia_info_get_next(removablemedia_info_t *info)

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the next Removable Media information structure from.

Library:

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

Description:

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.

Returns:

The next Removable Media information structure or NULL if there is no more Removable Media information structures.