Quitting Imagenation

 

All document windows close when you close the Imagenation window, either with the File, Exit command or by using an API function.

To close Imagenation, with prompts to save modifications:

· Use the IN_EndImagenation( void ) function.

You are asked if you want to save or check in any modified documents, then if you want to save any program defaults you have changed in the session. Then, Imagenation closes.

To close Imagenation without prompts to save modifications:

· Use the IN_Terminate( void ) function.

Imagenation closes without saving modified documents or updating system defaults.

When a user requests to quit Imagenation, Imagenation sends a QueryTerminate query to the client application, if this query is registered. When a user quits Imagenation, the NotifyTerminate notification is sent to clients if this notification has been registered.

See also

Starting the Imagenation program

Closing windows

Controlling notifications and queries