removablemedia_info_get_id()

Retrieve the ID.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the ID from.

Library:

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

Description:

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.

Returns:

The ID or NULL on error.