mmr_error_info()

Get error information.

Synopsis:

#include <mm/renderer.h>
const mmr_error_info_t* mmr_error_info( mmr_context_t *ctxt )

Arguments:

ctxt
A context handle.

Library:

mmrndclient

Description:

Return error information. Return a pointer to an internal buffer containing error information about the most recent API call made using the same context handle. The pointer and the error information it points to are valid only until another API call is made.

Returns:

Pointer to error information, or a null pointer if the most recent API call succeeded.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes