mmr_async_context_open()

Asynchronously open an existing context.

Synopsis:

#include <mm/renderer/async.h>
 
mmr_context_t* mmr_async_context_open(mmr_connection_t *connection,
                                      void *udata,
                                      const char *name)

Since:

BlackBerry 10.3.0

Arguments:

connection

An mm-renderer connection handle.

udata

User data to be returned with the result.

name

The context name.

Library:

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

Description:

Send a request to open an existing context and return a handle.

Returns:

A handle on success, or a null pointer on failure (check errno).