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:

This function gets error information. It returns a pointer to an internal buffer containing any error information related to 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:

A pointer to the 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