fpCloseStream()
This function closes a document stream opened by using fpOpenStream()
.
Syntax
BOOL pascal fpCloseStream( void *pContext, void *pStreamContext );
Arguments
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pStreamContext
|
A pointer returned from fpOpenStream() or fpOpenStreamEx2(). |
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 fpOpenStream()
or fpOpenStreamEx2()
.