dmz_die

The dmz_die function terminates the application on a critical error with the specified error message written to the log file.

void dmz_die (

char* msg,

);

 

Return Values

none

 

Parameters

msg

null-terminated string that should be written to the log

 

Remarks

This function should be used in case of critical errors when the application needs to be terminated. dmz_die calls exit() and thus never returns.

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 08, 2000 15:26 by afedosov