Function CDM_Finalise


Definition:#include <CDM.h>
Prototype:void CDM_Finalise(void);
Arguments:

None: (void)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function must be called when CDM is embeded inside a C/C++ application, and CDM_Initialise has been used to initialise CDM. This function will free any resources allocated by CDM_Initialise and will terminate CDM. It is not safe to call any CDM function after CDM_Finalise has been called. Of course, CDM can be initialised again, by calling CDM_Initialise.

Return Value:

None.

See Also:

CDM_Initialise


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.