IWords::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in]  IWords*  pSrc);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in]  IWords*  Src);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pSrc
+
;Src
 
:[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 08:00, 12 June 2015


Copies items from given words list.

Syntax

HRESULT CopyFrom([in]  IWords*  Src);

Parameters

Src
[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