KVSummaryInfoEx

This structure provides a count of the number of metadata elements, and a pointer to the first element of the array of individual elements. The structure is initialized by calling the fpGetSummaryInfo() function. See fpGetSummaryInfo().

typedef struct tag_KVSummaryInfoEx
{
    int                 nElem;
    KVSumInfoElemEx    *pElem;
}
KVSummaryInfoEx;

Member Descriptions

nElem

The number of metadata elements contained in the array. nElem can be zero. This indicates that the document did not contain metadata, such as an ASCII text document.

pElem

Points to the first element of the array of document metadata elements defined by the KVSumInfoElemExstructure. See KVSumInfoElemEx.