This function terminates a filtering session that was initialized by fpInit()
, and frees allocated system resources. It is called when the filtering context is no longer required.
void pascal fpShutdown( void *pContext );
pContext
|
A pointer returned from fpInit() . |
None.
|