IWords::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IWords::CopyFrom Method}} | {{#customTitle:IWords::CopyFrom Method}} | ||
− | {{#parentPage:PXV:IWords#Methods|CopyFrom | + | {{#parentPage:PXV:IWords#Methods|CopyFrom|method}} |
− | + | ||
− | + | ||
− | + | ||
+ | Copies items from given words list. | ||
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pSrc | ;pSrc | ||
− | :[in] Pointer to [[PXV:IWords|IWords]]. | + | :[in] Pointer to [[PXV:IWords|IWords]] containing the source words 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:IWords|IWords]] | [[PXV:IWords|IWords]] |
Latest revision as of 15:09, 16 June 2015
Copies items from given words list.
Syntax
HRESULT CopyFrom([in] IWords* pSrc);
Parameters
- pSrc
- [in] Pointer to IWords containing the source words list.
Return Value
Returns S_OK if the operation was successful, or will return an error code if it fails.