Initialize the library.
#include <ids.h>
IDS_API ids_result_t ids_initialize(void)
BlackBerry 10.2.0
Initializes the library for use by the current application, and is called once at the start of the calling process.
Errors The value of errno can be one of the following: EBUSY: Library has already been initialized.
IDS_SUCCESS when the function completes successfully, or IDS_FAILURE with the errno value set otherwise.