IWords::CopyFrom Method
From PDF XChange PDF SDK
Line 12: | 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 == |
Revision as of 23:46, 2 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.