IPXV_AttachList::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXV_AttachList::Insert Method}}
 
{{#customTitle:IPXV_AttachList::Insert Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts item into attachment list.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pItem''
 
;''pItem''
:[in]  Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]].
+
:[in]  Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]] containing the item to insert into the attachments list.
 
;''nIndex''
 
;''nIndex''
:[in, optional]  Value of ULONG.
+
:[in, optional]  Index in the attachments list where the item will be inserted.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 04:07, 16 April 2015

Inserts item into attachment list.

Syntax

HRESULT Insert([in] IPXC_FileSpec* pItem, [in, optional] ULONG nIndex);

Parameters

pItem
[in] Pointer to IPXC_FileSpec containing the item to insert into the attachments list.
nIndex
[in, optional] Index in the attachments list where the item will be inserted.

Return Value

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

See Also

See also IPXV_AttachList.