fpFreePartitionInfoList

This function frees a KVPartitionInfoList that was allocated by fpGetPartitionInfoList().

Syntax

void pascal fpFreePartitionInfoList (
void* pContext,
KVPartitionInfoList* pPartitionInfoList)

Arguments

pContext

A pointer to a KeyView Export session that you initialized by calling fpInit().

pPartitionInfoList A pointer to a KVPartitionInfoList instance. The fpFreePartitionInfoList function frees the resources associated with this structure.

Returns

None.

Discussion

This function is idempotent; that is, it does not do anything if you call it again on the same pPartitionInfoList.

You must call fpFreePartitionInfoList before you call fpShutDown().