An enumeration of possible termination conditions for a credential query.
#include <sys/credential/credential_store.h>
typedef enum {
CREDENTIAL_QUERY_STATUS_OK = 0
CREDENTIAL_QUERY_STATUS_CANCEL = 1
} credential_query_status_t;
BlackBerry 10.3.1