IPXC_Bookmark::Clone Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Bookmark::Clone Method}}
 
{{#customTitle:IPXC_Bookmark::Clone Method}}
 +
{{#parentPage:PXV:IPXC_Bookmark#Methods|Clone|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates new entity as an exact copy of the bookmark.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IPXC_Bookmark** pClone);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Clone([out, retval] IPXC_Bookmark** pClone);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pClone''
+
;pClone
:[out, retval]  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]].
+
:[out, retval]  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] containing the newly created copy of the bookmark.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Bookmark|IPXC_Bookmark]].
+
[[PXV:IPXC_Bookmark|IPXC_Bookmark]]

Latest revision as of 05:11, 15 June 2015


Creates new entity as an exact copy of the bookmark.

Syntax

HRESULT Clone([out, retval]  IPXC_Bookmark**  pClone);

Parameters

pClone
[out, retval] Pointer to IPXC_Bookmark containing the newly created copy of the bookmark.

Return Value

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

See Also

IPXC_Bookmark