KVSumInfoElemEx
This structure defines the individual metadata elements.
typedef struct tag_KVSumInfoElemEx { int isValid; KVSumInfoType type; void *data; char *pcType; } KVSumInfoElemEx;
Member Descriptions
|
Specifies whether the data value is present in the document. The setting |
|
The data type of the metadata element. The types are defined in the |
|
The content of the metadata field. If the
|
|
A pointer to the name of the metadata field. |