IPXV_AttachList::CopyFrom Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_AttachList::CopyFrom Method}}
 
{{#customTitle:IPXV_AttachList::CopyFrom Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies items from given attachment list.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pSrc''
 
;''pSrc''
:[in]  Pointer to [[PXV:IPXV_AttachList|IPXV_AttachList]].
+
:[in]  Pointer to [[PXV:IPXV_AttachList|IPXV_AttachList]] containing the source attachments list.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 04:05, 16 April 2015

Copies items from given attachment list.

Syntax

HRESULT CopyFrom([in] IPXV_AttachList* pSrc);

Parameters

pSrc
[in] Pointer to IPXV_AttachList containing the source attachments list.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_AttachList.