Struct WriteMetadataInfo#

Struct Documentation#

struct WriteMetadataInfo#

This struct defines the data to be added as metadata-segment. Unused entries (e.g. no attachment) must have a size of 0.

Public Functions

inline void Clear()#

Clears this object to its blank/initial state.

Public Members

const char *szMetadata#

The xml-string (in UTF-8 encoding)

size_t szMetadataSize#

The size of the XML-string (in bytes)

const void *ptrAttachment#

The metadata-attachment (not commonly used).

size_t attachmentSize#

The size of the metadata-attachment.