IUniqueStrings::Insert Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Insert([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT Insert([in] BSTR sItem);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sItem |
:[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 02:10, 4 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 operation was successful or error code in other cases.