Retrieve the count limit from a navigator_invoke_recurrence_rule_t.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_recurrence_rule_get_count_limit(const navigator_invoke_recurrence_rule_t *recurrence_rule)
BlackBerry 10.3.1
The navigator_invoke_recurrence_rule_t structure to query.
This function retrieves the count limit from the given navigator_invoke_recurrence_rule_t.
The count limit upon success, BPS_FAILURE with errno set otherwise.