IWords::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
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 00:46, 3 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