IWords::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IWords::CopyFrom Method}}
 
{{#customTitle:IWords::CopyFrom Method}}
 
{{#parentPage:PXV:IWords#Methods|CopyFrom|method}}
 
{{#parentPage:PXV:IWords#Methods|CopyFrom|method}}
{{ToReview}}
+
 
  
 
Copies items from given words list.
 
Copies items from given words list.
  
 
== 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.
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
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 16: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.

See Also

IWords