Functions | |
void | Report_Error (int category, int specific, int severity, int msgc, const void *msgv, int stackc, const void *stackv) |
void Report_Error | ( | int | category, | |
int | specific, | |||
int | severity, | |||
int | msgc, | |||
const void * | msgv, | |||
int | stackc, | |||
const void * | stackv | |||
) |
Performs the default HOOPS error printing/displaying.
category | - A numeric code identifying the general categorythe error belongs to. | |
specific | - A numeric code uniquely identifying the specificerror. | |
severity | - Severity of the error. (0, 1, 2, 3) (info, warning, error, fatal error). | |
msgc | - Length of msgv. | |
msgv | - The error messages, one line per string. Passed by reference in all languages. | |
stackc | - Length of stackv. | |
stackv | - A list of the HOOPS routines that were active at the time pointers of the error. Passed by reference in all languages. to strings |