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

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

  • 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 fpFileToInputStreamCreate().