IPXV_PresetsListCallbacks::SetItemText Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT SetItemText([in] ULONG Index, |
− | [in] BSTR | + | [in] BSTR NewName, |
− | [in] BSTR | + | [in] BSTR NewDesc);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;NewName |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;NewDesc |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
Revision as of 06:43, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetItemText([in] ULONG Index, [in] BSTR NewName, [in] BSTR NewDesc);
Parameters
- Index
- [in] Value of ULONG.
- NewName
- [in] Value of BSTR.
- NewDesc
- [in] Value of BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.