SilverScreen Solid Modeler

engine_quit

engine_quit

Previous topic Next topic  

engine_quit

Previous topic Next topic JavaScript is required for the print function  

 

SilverEngineEllipse

 

void engine_quit();

 

 

 

 

 




Synopsis

#include "silvere.h"

 

The engine_quit function tells SilverEngine that a program is finished with it, and that it should release all  memory.

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

This function is normally invoked automatically when the SilverEngine DLL is unloaded and a call is not necessary. If you are searching for a memory leak, though, it can help to have SilverEngine free all of its resources before your application leaves ExitInstance. It is provided for that reason, and also to support the SilverSharp platform.

 

 

See Also

engine_initialize