removablemedia_info_get_manufacturer_id()

Retrieve the manufacturer ID.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the manufacturer ID from.

Library:

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

Description:

The removablemedia_info_get_manufacturer_id() function retrieves the hardware-specific manufacturer identifier from a removablemedia_info_t structure.

Returns:

The manufacturer ID or BPS_FAILURE on error.