IPXC_XMPMetadata::GetXMP Method

From PDF XChange PDF SDK
Revision as of 07:56, 12 September 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Extracts the Metadata into the IMemBlock container.

Syntax

HRESULT GetXMP([out, retval]  IMemBlock**  pXMP);

Parameters

pXMP
[out, retval] Pointer to IMemBlock containing the XMP Metadata.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_XMPMetadata