IWords::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
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*  Src);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in]  IWords*  pSrc);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Src
+
;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 04: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.

See Also

IWords