navigator_invoke_query_send()
Send a query request to the invocation framework.
Synopsis:
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_query_send(const navigator_invoke_query_t *query)
Since:
BlackBerry 10.0.0
Arguments:
- query
-
The navigator_invoke_query_t structure to send.
Library:
libbpsDescription:
The navigator_invoke_query_send() function deploys an invocation query that is specified by the given navigator_invoke_query_t structure. Viable candidates conforming to the specifications set through the various members of the navigator_invoke_query_t structure (using the navigator_invoke_query_set_*() functions) are returned as results of the query.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.