IUniqueStrings::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUniqueStrings::CopyFrom Method}} | {{#customTitle:IUniqueStrings::CopyFrom Method}} | ||
{{#parentPage:PXV:IUniqueStrings#Methods|CopyFrom|method}} | {{#parentPage:PXV:IUniqueStrings#Methods|CopyFrom|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies items from given unique strings list. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pSrc | ;pSrc | ||
− | :[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]]. | + | :[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]] containing the source unique strings list. |
== Return Value == | == Return Value == |
Revision as of 01:02, 2 June 2015
Copies items from given unique strings list.
Syntax
HRESULT CopyFrom([in] IUniqueStrings* pSrc);
Parameters
- pSrc
- [in] Pointer to IUniqueStrings containing the source unique strings list.
Return Value
Returns S_OK if operation was successful or error code in other cases.