fpGetPartitionInfoList

This function allocates and fills a KVPartitionInfoList instance. This list gives you the information you need to arrange the output so that you can view it in your preferred layout. For more information, see Partitioning.

Syntax

KVErrorCode pascal fpGetPartitionInfoList (
void* pContext,
KVPartitionInfoList* pPartitionInfoList)

Arguments

pContext

A pointer returned from fpInit() or fpInitWithLicenseData().

pPartitionInfoList A pointer to a KVPartitionInfoList instance.

Returns

The return value is one of the error codes defined in KVErrorCode in kverrorcodes.h.

Discussion

This function runs in-process or out of process. See Convert Files Out of Process.

When you convert out of process, you must call this function after the call to KVHTMLStartOOPSession() and before the call to KVHTMLEndOOPSession().

When you have finished using pPartitionInfoList, you must call fpFreePartitionInfoList to free the memory that this function allocates, before you call fpShutDown().