credential_query_status_t

An enumeration of possible termination conditions for a credential query.

Synopsis:

#include <sys/credential/credential_store.h>
 
typedef enum {
      CREDENTIAL_QUERY_STATUS_OK = 0   
      CREDENTIAL_QUERY_STATUS_CANCEL = 1   
} credential_query_status_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_QUERY_STATUS_OK
Indicates that credential query has completed normally.
CREDENTIAL_QUERY_STATUS_CANCEL
Indicates that credential query was canceled.

Library:

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

Description: