Send a query request to the invocation framework.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_query_send(const navigator_invoke_query_t *query)
BlackBerry 10.0.0
The navigator_invoke_query_t structure to send.
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.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.