IPXV_AnnotsList::CopyFrom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_AnnotsList::CopyFrom Method}} | {{#customTitle:IPXV_AnnotsList::CopyFrom Method}} | ||
{{#parentPage:PXV:IPXV_AnnotsList|CopyFrom Method|method}} | {{#parentPage:PXV:IPXV_AnnotsList|CopyFrom Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Copies items from given annotations list. | |
== Syntax == | == Syntax == | ||
Line 12: | Line 11: | ||
== Parameters == | == Parameters == | ||
;pSrc | ;pSrc | ||
− | :[in] Pointer to [[PXV:IPXV_AnnotsList|IPXV_AnnotsList]]. | + | :[in] Pointer to [[PXV:IPXV_AnnotsList|IPXV_AnnotsList]] containing the source annotations list. |
== Return Value == | == Return Value == |
Revision as of 04:38, 15 May 2015
Copies items from given annotations list.
Contents
Syntax
HRESULT CopyFrom([in] IPXV_AnnotsList* pSrc);
Parameters
- pSrc
- [in] Pointer to IPXV_AnnotsList containing the source annotations list.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_AnnotsList.