removablemedia_info_is_formatted()

Determine whether the removable media is formatted.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

info

The removablemedia_info_t structure to get the formatted status from.

Library:

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

Description:

The removablemedia_info_is_formatted() function determines whether the removable media is formatted with a recognized file system from a removablemedia_info_t structure.

Returns:

true if the removable media is formatted, false otherwise.