fpShutDown()

This function terminates an Export session that was initialized by fpInit(), and frees allocated system resources. It is called when the conversion context is no longer required.

Syntax

void pascal _export fpShutDown(KVHTMLContext *pContext);

Arguments

pContext

A pointer to a KeyView Export session that you initialized by calling fpInit().

Returns

None.

Discussion

After this function is called, the pContext pointer must not be passed to any HTML Export API.