CMA_Initialize

This function allows the filter to perform any custom tasks associated with the filter preprocessing. This function is called before the CMA_LoadPackage function. CMA_Initialize can be used to initialize global data, load external settings, or perform any other custom task that needs to be performed prior to loading the package.

Syntax

BOOL CMA_Initialize(VOID);

Return Values

Returns Null.

See Also

CMA_LoadPackage