IUniqueStrings::Insert Method
From PDF XChange PDF SDK
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Inserts item into unique strings list. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pItem | ;pItem | ||
− | :[in] | + | :[in] Item that would be inserted into the unique strings list. |
== Return Value == | == Return Value == |
Revision as of 01: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.