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 to a KeyView Export session that you initialized by calling fpInit().

pOutput

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

Returns

  • If the call is successful, the return value is TRUE.

  • If this call is unsuccessful, the return value is FALSE. Processing is halted.

Discussion

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