fpFileToInputStreamFree()
This function frees the memory allocated for the input stream created from a file.
Syntax
BOOL pascal fpFileToInputStreamFree( void *pContext, KVInputStream *pInput)
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pInput
|
A pointer to the developer-assigned instance of KVInputStream. The structure KVInputStream defines the input stream that contains the source. |
Returns
- If the call is successful, the return value is
TRUE
. - If the call is unsuccessful, the return value is
FALSE
.
Discussion
- After filtering is complete, call this function to free the memory allocated by
fpFileToInputStreamCreate()
. - You can access this function through the KV_GetFilterInterfaceEx() function, or call it directly.