credential_query_set_window_group_id()

Set the window group that should be used for user prompts.

Synopsis:

#include <sys/credential/credential_store.h>
 
int credential_query_set_window_group_id(credential_query_t *query,
                                         const char *window_group_id)

Since:

BlackBerry 10.3.1

Arguments:

query

The query to update.

window_group_id

The window group id to use when prompting.

Library:

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

Description:

This function sets the window group that owns the dialog when a user is prompted.

By default, no window group id will be stored.

Returns:

0 if operation was successful, error code otherwise.