|
|
DgsHandleError The DgsHandleError function accepts a message string that is written to standard error. In addition, this function looks up the most recent error and prints out some description about the error and then terminates the program. void DgsHandleError( char *msg, // in ); Parameters
Return ValuesNo return values. This function terminates the application. 03 February, 2000 |
|