C++
void ACBASE_PORT acrx_abort( const ACHAR * format, ... );
File
rxboiler.h
Description
Terminates an ObjectARX application, prompting the user to save changes up to the beginning of the current command.
Because ObjectARX applications are part of the same process as AutoCAD, it is not feasible to unwind the stack or to detect the damage done to memory by the application, so an extreme action is required to exit the program. The acrx_abort() function takes a format control string and optional additional arguments (the prompt) like acutPrintf().
Parameters
Parameters | Description |
---|---|
format | printf format string /*variable_arg_list*/ : Contents to be displayed |