Asynchronously open an existing context.
#include <mm/renderer/async.h>
mmr_context_t* mmr_async_context_open(mmr_connection_t *connection,
void *udata,
const char *name)
BlackBerry 10.3.0
An mm-renderer connection handle.
User data to be returned with the result.
The context name.
Send a request to open an existing context and return a handle.
A handle on success, or a null pointer on failure (check errno).