IPXC_Bookmark::AddChild Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Bookmark::AddChild Method}} | {{#customTitle:IPXC_Bookmark::AddChild Method}} | ||
+ | {{#parentPage:PXV:IPXC_Bookmark|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Adds an existing bookmark as a child to the bookmark's sub-tree. | Adds an existing bookmark as a child to the bookmark's sub-tree. |
Revision as of 14:42, 20 April 2015
Adds an existing bookmark as a child to the bookmark's sub-tree.
Contents
Syntax
HRESULT AddChild([in] IPXC_Bookmark* pChild, [in] VARIANT_BOOL bLast);
Parameters
- pChild
- [in] Pointer to IPXC_Bookmark containing the child to be added 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.