XMPData_Create

Create an empty XMP data object.
XMPData_Create ➔ xmpDataRef
↩︎ xmpDataRef Text The XMP data reference.

Create an empty XMP data object and return a reference to it.

The reference to the the XMP data object is returned in the method result (xmpDataRef). The XMP data reference must be released by the caller when no longer needed with a call to ImgObj_Release, otherwise there will be a memory leak.