IUniqueStrings::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUniqueStrings::CopyFrom Method}}
 
{{#customTitle:IUniqueStrings::CopyFrom Method}}
{{#parentPage:PXV:IUniqueStrings#Methods|CopyFrom Method|method}}
+
{{#parentPage:PXV:IUniqueStrings#Methods|CopyFrom|method}}
{{ToWrite}}
+
{{ToReview}}
+
  
The method of interface of PDF-XChange Editor SDK.
+
 
 +
Copies items from given unique strings list.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pSrc
 
;pSrc
:[in]  Pointer to [[PXV:IUniqueStrings|IUniqueStrings]].
+
:[in]  Pointer to [[PXV:IUniqueStrings|IUniqueStrings]] containing the source unique strings 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:IUniqueStrings|IUniqueStrings]]
 
[[PXV:IUniqueStrings|IUniqueStrings]]

Latest revision as of 16:00, 16 June 2015


Copies items from given unique strings list.

Syntax

HRESULT CopyFrom([in]  IUniqueStrings*  pSrc);

Parameters

pSrc
[in] Pointer to IUniqueStrings containing the source unique strings list.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUniqueStrings