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. |
pElem
|
Points to the first element of the array of document metadata elements defined by the |