mmr_error_info()

Get error information for the context

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:

Pointer to error information, or a NULL pointer if the most recent call succeeded