This function terminates a PDF Export session that was initialized by fpInit(), and frees allocated system resources. Call this function when the conversion context is no longer required.
void pascal fpShutDown(KVPDFContext* const pContext);
|
A pointer to a context-identifying value of type |
None.
pContext
pointer must not be NULL.pContext
can be NULL.fpShutDown
more than once with a pointer to the same value (unless that value is NULL).