![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_Fatal — Shutdown a BillMax program
#include "billmax.h"
void BillMax_Fatal( |
systemid, | |
| systemid, | ||
| format, | ||
...); |
|
systemid; |
|
format; |
|
...; |
Shutsdown a BillMax program. Calls BillMax_DbRollback, prints an error message, and causes the running BillMax program to exit.
A system exit value such as EX_SOFTWARE, EX_UNAVAILABLE, etc. These values are generally stored in a system file called sysexits.h.
If NULL, the string stored in the global variable BillMax_error is used. format and subsequent parameters are interpreted in the same manner as printf(3).