Frees system resources previously allocated with TFormer_Init.
Returns:
- ErrOk (0) in case of success
- Non-zero if error occurred
Parameters:
[in]
pInstance
The instance provided by a previous call to TFormer_Init.
Remarks:
Frees system resources allocated by TFormer_Init. Call this function before exiting your application or if TFORMer Runtime should be unloaded from memory. After this call the TFORMer Runtime must be initialized again (with TFormer_Init) before using it.
It is not required to call this function after each print-job.