IWords::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IWords* | + | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IWords* pSrc);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pSrc |
:[in] Pointer to [[PXV:IWords|IWords]] containing the source words list. | :[in] Pointer to [[PXV:IWords|IWords]] containing the source words list. | ||
Revision as of 03:43, 15 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 operation was successful or error code in other cases.