fpFileToInputStreamFree()

This function frees the memory used to create an input stream.

Syntax

BOOL pascal _export fpFileToInputStreamFree( 
    void            *pContext, 
    KVInputStream   *pInput);

Arguments

pContext

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

pInput

A pointer to the developer-assigned instance of KVInputStream. The KVInputStream structure defines the input stream that contains the source for the conversion. See KVInputStream.

Returns

Discussion

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