This function creates an input stream from a file.
BOOL pascal fpFileToInputStreamCreate( void *pContext, char *pszFileName, KVInputStream *pInput)
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pszFileName
|
A pointer to the name of the input file to be filtered. |
pInput
|
A pointer to the developer-assigned instance of KVInputStream. The structure KVInputStream defines the input stream that contains the source. |
TRUE
.FALSE
.fpFileToInputStreamFree()
to free the memory allocated by this function.
|