fpShutDown()

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.

Syntax

void pascal _export fpShutDown(KVHTMLContext *pContext);

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

Returns

None.

Discussion

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