IPXV_BookmList::CopyFrom Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_BookmList::CopyFrom Method}} | {{#customTitle:IPXV_BookmList::CopyFrom Method}} | ||
− | + | Copies items from given bookmarks list. | |
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
;''pSrc'' | ;''pSrc'' | ||
− | :[in] Pointer to [[PXV:IPXV_BookmList|IPXV_BookmList]]. | + | :[in] Pointer to [[PXV:IPXV_BookmList|IPXV_BookmList]] containing the source bookmarks list. |
== Return Value == | == Return Value == |
Revision as of 03:48, 16 April 2015
Copies items from given bookmarks list.
Contents
Syntax
HRESULT CopyFrom([in] IPXV_BookmList* pSrc);
Parameters
- pSrc
- [in] Pointer to IPXV_BookmList containing the source bookmarks list.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_BookmList.