This function terminates an Export session that was initialized by fpInit() or fpInitWithLicenseData(), and frees allocated system resources. It is called when the conversion context is no longer required.
void pascal _export fpShutDown(KVHTMLContext *pContext);
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
None.
After this function is called, the pContext
pointer must not be passed to any
|