fpFileToOutputStreamFree()

This function frees the memory used to create the output stream.

Syntax

BOOL pascal _export fpFileToOutputStreamFree( 
    void                *pContext,
    KVOutputStream      *pOutput );

Arguments

pContext

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

pOutput

A pointer to the developer-assigned instance of KVOutputStream. The KVOutputStream structure defines the output stream to which Export writes the generated HTML. See KVOutputStream.

Returns

Discussion

After the conversion is complete, call this function to free the memory allocated by fpFileToOutputStreamCreate().