IPXV_AttachList::CopyFrom Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_AttachList::CopyFrom Method}} | {{#customTitle:IPXV_AttachList::CopyFrom Method}} | ||
− | + | 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 03:05, 16 April 2015
Copies items from given attachment list.
Contents
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.