mmr_context_open()
Open an existing context.
Synopsis:
#include <mm/renderer.h>
mmr_context_t* mmr_context_open( mmr_connection_t *connection, const char *name )
Arguments:
- connection
- An mm-renderer connection handle.
- name
- The context name.
Library:
mmrndclientDescription:
Open a handle to an existing context.
Returns:
A handle on success, or a null pointer on failure (check errno).
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |