This function opens a stream for filtering.
void * pascal fpOpenStream( void *pContext, KVInputStream *pInput );
pContext
|
A pointer returned from fpInit() . |
pInput
|
A pointer to the developer-assigned instance of KVInputStream. The structure KVInputStream defines the input stream that contains the source. |
void *
pointer passed to fpFilterStream(), fpCanFilterStream(), and fpCloseStream(). NULL
.
|