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