IUniqueStrings::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUniqueStrings::CopyFrom Method}} | {{#customTitle:IUniqueStrings::CopyFrom Method}} | ||
− | {{#parentPage:PXV:IUniqueStrings|method | + | {{#parentPage:PXV:IUniqueStrings#Methods|CopyFrom|method}} |
− | + | ||
− | + | ||
− | + | ||
+ | Copies items from given unique strings list. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IUniqueStrings* pSrc);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IUniqueStrings* pSrc);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pSrc |
− | :[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]]. | + | :[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]] containing the source unique strings list. |
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful or error code | + | Returns S_OK if the operation was successful, or will return an error code if it fails. |
== See Also == | == See Also == | ||
− | + | [[PXV:IUniqueStrings|IUniqueStrings]] |
Latest revision as of 15:00, 16 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 the operation was successful, or will return an error code if it fails.