IUniqueStrings::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Insert([in]  BSTR  sItem);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Insert([in]  BSTR  Item);</pre>
  
 
== Parameters ==
 
== Parameters ==
;sItem
+
;Item
 
:[in]  Item that would be inserted into the unique strings list.
 
:[in]  Item that would be inserted into the unique strings list.
  

Revision as of 08:00, 12 June 2015


Inserts item into unique strings list.

Syntax

HRESULT Insert([in]  BSTR  Item);

Parameters

Item
[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