IUniqueStrings::Insert Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IUniqueStrings::Insert Method}}
 
{{#customTitle:IUniqueStrings::Insert Method}}
 
{{#parentPage:PXV:IUniqueStrings#Methods|Insert|method}}
 
{{#parentPage:PXV:IUniqueStrings#Methods|Insert|method}}
{{ToReview}}
+
 
  
 
Inserts item into unique strings list.
 
Inserts item into unique strings list.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Insert([in]  BSTR  Item);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Insert([in]  BSTR  sItem);</pre>
  
 
== Parameters ==
 
== Parameters ==
;Item
+
;sItem
 
:[in]  Item that would be inserted into the unique strings list.
 
:[in]  Item that would be inserted into the unique strings list.
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUniqueStrings|IUniqueStrings]]
 
[[PXV:IUniqueStrings|IUniqueStrings]]

Latest revision as of 16:01, 16 June 2015


Inserts item into unique strings list.

Syntax

HRESULT Insert([in]  BSTR  sItem);

Parameters

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

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUniqueStrings