fpFileToInputStreamFree()
This function frees the memory used to create an input stream.
Syntax
BOOL pascal _export fpFileToInputStreamFree( void *pContext, KVInputStream *pInput);
Arguments
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
|
A pointer to the developer-assigned instance of |
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()
.