IUniqueStrings::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IUniqueStrings* | + | <pre class="brush:cpp;gutter:false">HRESULT CopyFrom([in] IUniqueStrings* Src);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Src |
:[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]] containing the source unique strings list. | :[in] Pointer to [[PXV:IUniqueStrings|IUniqueStrings]] containing the source unique strings list. | ||
Revision as of 07:00, 12 June 2015
Copies items from given unique strings list.
Syntax
HRESULT CopyFrom([in] IUniqueStrings* Src);
Parameters
- Src
- [in] Pointer to IUniqueStrings containing the source unique strings list.
Return Value
Returns S_OK if operation was successful or error code in other cases.