sds_exit

void sds_exit (int status);


Notify IntelliCAD® 2001 that the SDS™ application is exiting now, then exit.


This function tells IntelliCAD that the SDS application is about to exit and then exits. If the application exits without telling IntelliCAD, the memory and resources it uses are not freed.

The status argument represents the way in which the application terminated. Use 0 (zero) for a planned and intentional termination. Other values can be used for unusual reasons for exiting the application, depending on your system.

This function returns void.

Example

sds_printf("\nOURBASE is shutting down now.");

sds_exit(0);

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)

sds_abort

sds_alert

sds_fail