Adds hChildBookmark as the last child of parent, adjusting the tree containing parent appropriately.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_bookmark_add_child( HIG_PDF_BOOKMARK hBookmark, HIG_PDF_BOOKMARK hChildBookmark ); |
Name | Type | Description |
---|---|---|
hBookmark | HIG_PDF_BOOKMARK | The parent of the bookmark being added. |
hChildBookmark | HIG_PDF_BOOKMARK | The bookmark that will become the last child of hBookmark. hChildBookmark must have been previously unlinked. |
Error count.
This function does not process image pixels.
If parent previously had no children, it is open after the child is added.