This function frees the memory used to create an input stream.
BOOL pascal _export fpFileToInputStreamFree( void *pContext, KVInputStream *pInput);
|
A pointer returned from |
|
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 fpFileToInputStreamCreate()
.
|