KVXmpInfo

DEPRECATED: The KVXmpInfo structure is deprecated in KeyView 23.2.0 and later. OpenText recommends that you extract metadata as described in Use the Metadata API.

This structure contains the XMP metadata, and is defined in kvtypes.h.

typedef struct tag_KVXmpInfo
{
    KVCharSet         encoding;
    BOOL              bIsLittleEndian;
    UINT              nNoOfElements;
    KVXmpInfoElem    *pXmpInfoElems;
    KV_I18NSTR        usXpacketData;
    void             *pExtension;
}
KVXmpInfo;

Member Descriptions

encoding The type of encoding.
bIsLittleEndian Indicates whether little-endian byte ordering is used.
nNoOfElements The total number of elements.
pXmpInfoElems A pointer to the KVXmpInfoElems structure.
usXpacketData A copy of the XMP data.
pExtension A reserved pointer.