KVSummaryInfoEx
This structure contains a count of the number of metadata elements, and a pointer to the first element of the array of individual elements. The structure is defined in kvtypes.h
.
typedef struct tag_KVSummaryInfoEx { int nElem; KVSumInfoElemEx *pElem; } KVSummaryInfoEx;
Member Descriptions
nElem
|
The number of metadata elements contained in the array. A value of zero indicates that the document did not contain metadata, such as an ASCII text document. |
pElem
|
A pointer to the first element of the array of metadata elements defined by the structure KVSumInfoElemEx. |