fpGetExtractInfo()

This function returns information about a stream opened by fpOpenSubFile().

Syntax

int (pascal *fpGetExtractInfo) (
       KVInputStream *stream,
       KVSubFileExtractInfo *extractInfo);

Arguments

stream The pointer to the KVInputStream structure returned by fpOpenSubFile().
extractInfo A pointer to a KVSubFileExtractInfo pointer, which will be set to point to information about the extracted subfile.

Returns

If an issue occurs when obtaining the extraction information, the return value is an error code. Otherwise, the return value is KVERR_Success.

Discussion

You must call fpFreeStruct() to free the memory allocated for extractInfo.