Cleaning Up

The function CMA_UnloadCompany releases any system resources that the import filter allocated during the import process. It also performs any other cleanup tasks that may be necessary. This is called after filter processing is finished.

The final function, CMA_Exit, is called after CMA_UnloadCompany in order to allow an import filter to perform any cleanup tasks needed on a global level.