This function frees the memory allocated for the input stream created from a file.
BOOL pascal fpFileToInputStreamFree( void *pContext, KVInputStream *pInput)
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. |
TRUE
.FALSE
.fpFileToInputStreamCreate()
.