CMA_Exit

This function allows the filter to perform any custom tasks associated with the filter post-processing. This function is called before the filter DLL is unloaded from memory. This can be used for freeing global data or any other tasks that need to be done prior to the filter DLL being unloaded.

Syntax

BOOL CMA_Exit(VOID);

Return Values

Returns Null.