removablemedia_info_get_format()

Retrieve the format of the file system.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the format from.

Library:

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

Description:

The removablemedia_info_get_format() function retrieves the format of the filesystem on the removable media from a removablemedia_info_t structure.

Returns:

The format as one of the values of the removablemedia_format_t enumeration or BPS_FAILURE on error.