IPXC_Bookmark::AddChild Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Bookmark::AddChild Method}}
 
{{#customTitle:IPXC_Bookmark::AddChild Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Adds an existing bookmark as a child to the bookmark's sub-tree.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pChild''
 
;''pChild''
:[in]  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]].
+
:[in]  Pointer to [[PXV:IPXC_Bookmark|IPXC_Bookmark]] containing the child to add to the sub-tree.
 
;''bLast''
 
;''bLast''
:[in]  Value of VARIANT_BOOL.
+
:[in]  Choose whether the inserted child should be last or first in the bookmark's sub tree.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 00:45, 15 April 2015

Adds an existing bookmark as a child to the bookmark's sub-tree.

Syntax

HRESULT AddChild([in] IPXC_Bookmark* pChild, [in] VARIANT_BOOL bLast);

Parameters

pChild
[in] Pointer to IPXC_Bookmark containing the child to add to the sub-tree.
bLast
[in] Choose whether the inserted child should be last or first in the bookmark's sub tree.

Return Value

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

See Also

See also IPXC_Bookmark.