ids_shutdown()

Free up library resources for the application.

Synopsis:

#include <ids.h>
 
IDS_API void ids_shutdown(void)

Since:

BlackBerry 10.2.0

Arguments:

Library:

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

Description:

Called once at shutdown of the calling process to release resources held by the library.

Returns: