Pointwise Plugin SDK
Implement the CAE runtimeDestroy() C Function

<prev | main page | C API | next>

Just before a plugin is unloaded by Fidelity Pointwise, the runtimeDestroy() function is called. This function is only called once. The runtimeDestroy() function is located in the file src/plugins/CaeUnsMyExporter/runtimeWrite.cxx.

The runtimeDestroy() function is used by a plugin to free any memory allocated by the runtimeCreate() function.

The runtimeDestroy() function does not return a value.

<prev | main page | C API | next>