IPXC_XMPMetadata::GetXMP Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_XMPMetadata::GetXMP Method}} | {{#customTitle:IPXC_XMPMetadata::GetXMP Method}} | ||
+ | {{#parentPage:PXV:IPXC_XMPMetadata#Methods|GetXMP|method}} | ||
+ | {{ToReview}} | ||
− | + | Extracts the Metadata into the [[PXV:IMemBlock|IMemBlock container]]. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetXMP([out, retval] IMemBlock** pXMP);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT GetXMP([out, retval] IMemBlock** pXMP);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pXMP |
− | :[out, retval] Pointer to [[PXV:IMemBlock|IMemBlock]]. | + | :[out, retval] Pointer to [[PXV:IMemBlock|IMemBlock]] containing the XMP Metadata. |
== Return Value == | == Return Value == | ||
Line 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_XMPMetadata|IPXC_XMPMetadata]] |
Latest revision as of 06:56, 12 September 2017
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.