rapi_strerror - get RAPI error message string
#include <rapi.h>
const char *rapi_strerror(int ErrorCode, int ErrorValue)
This call maps the error code and value to an error message string, and returns a pointer to that string.
This call returns NULL if the arguments are out of bounds, otherwise a pointer to an error message string.
Contents | Next section | Index |