Asynchronously create a context.
#include <mm/renderer/async.h>
mmr_context_t* mmr_async_context_create(mmr_connection_t *connection,
void *udata,
const char *name,
unsigned flags,
mode_t mode)
BlackBerry 10.3.0
An mm-renderer connection handle.
User data to be returned with the result.
The name of the context.
Must be zero. No flags are defined for now.
File permission flags for the new context directory.
Send a request to create a context and return a handle.
A handle on success, or a null pointer on failure (check errno).