navigator_invoke_specific_time_destroy()

Deallocate the memory used by a navigator_invoke_specific_time_t structure.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_specific_time_destroy(navigator_invoke_specific_time_t *specific_time)

Since:

BlackBerry 10.3.0

Arguments:

specific_time

The navigator_invoke_specific_time_t structure to deallocate.

Library:

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

Description:

This function deallocates memory used by a navigator_invoke_specific_time_t structure.

Use this function to deallocate memory used by a structure created by navigator_invoke_specific_time_create() is no longer in use. Failure to do so will result in memory leaks.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.