credential_iterator_has_next()

Indicate whether the iteration has more credentials.

Synopsis:

#include <sys/credential/credential_store.h>
 
bool credential_iterator_has_next(const credential_iterator_t *iter)

Since:

BlackBerry 10.3.1

Arguments:

iter

Credential iteration.

Library:

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

Description:

This function queries the credential iterator and returns true if more credentials are available, and returns false if there are no more credentials left.

Returns:

true if iteration has more credentials, false otherwise.