navigator_invoke_recurrence_rule_get_count_limit()

Retrieve the count limit from a navigator_invoke_recurrence_rule_t.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_recurrence_rule_get_count_limit(const navigator_invoke_recurrence_rule_t *recurrence_rule)

Since:

BlackBerry 10.3.1

Arguments:

recurrence_rule

The navigator_invoke_recurrence_rule_t structure to query.

Library:

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

Description:

This function retrieves the count limit from the given navigator_invoke_recurrence_rule_t.

Returns:

The count limit upon success, BPS_FAILURE with errno set otherwise.