IUniqueStrings::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUniqueStrings::Insert Method}}
 
{{#customTitle:IUniqueStrings::Insert Method}}
 
{{#parentPage:PXV:IUniqueStrings#Methods|Insert|method}}
 
{{#parentPage:PXV:IUniqueStrings#Methods|Insert|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts item into unique strings list.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pItem
 
;pItem
:[in]  Value of BSTR.
+
:[in]  Item that would be inserted into the unique strings list.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 02:07, 2 June 2015


Inserts item into unique strings list.

Syntax

HRESULT Insert([in]  BSTR  pItem);

Parameters

pItem
[in] Item that would be inserted into the unique strings list.

Return Value

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

See Also

IUniqueStrings