This function frees the memory used to create the output stream.
BOOL pascal _export fpFileToOutputStreamFree( void *pContext, KVOutputStream *pOutput );
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
|
A pointer to the developer-assigned instance of |
If the call is successful, the return value is TRUE
.
If this call is unsuccessful, the return value is FALSE
. Processing is halted.
After the conversion is complete, call this function to free the memory allocated by fpFileToOutputStreamCreate()
.
|