IUIX_ListCallbacks::List_OnSetItemText Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_ListCallbacks::List_OnSetItemText Method}} | {{#customTitle:IUIX_ListCallbacks::List_OnSetItemText Method}} | ||
− | {{#parentPage:PXV:IUIX_ListCallbacks#Methods|List_OnSetItemText | + | {{#parentPage:PXV:IUIX_ListCallbacks#Methods|List_OnSetItemText|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT List_OnSetItemText([in] IUIX_List* pList, | <pre class="brush:cpp;gutter:false">HRESULT List_OnSetItemText([in] IUIX_List* pList, | ||
− | [in] UIX_ListItemID* | + | [in] UIX_ListItemID* stItem, |
− | [in] LPWSTR | + | [in] LPWSTR sText, |
[in] LONG nTextLen);</pre> | [in] LONG nTextLen);</pre> | ||
Line 17: | Line 17: | ||
;pList | ;pList | ||
:[in] Pointer to [[PXV:IUIX_List|IUIX_List]]. | :[in] Pointer to [[PXV:IUIX_List|IUIX_List]]. | ||
− | ; | + | ;stItem |
:[in] Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]]. | :[in] Pointer to [[PXV:UIX_ListItemID|UIX_ListItemID]]. | ||
− | ; | + | ;sText |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
;nTextLen | ;nTextLen |
Latest revision as of 03:29, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT List_OnSetItemText([in] IUIX_List* pList, [in] UIX_ListItemID* stItem, [in] LPWSTR sText, [in] LONG nTextLen);
Parameters
- pList
- [in] Pointer to IUIX_List.
- stItem
- [in] Pointer to UIX_ListItemID.
- sText
- [in] Value of LPWSTR.
- nTextLen
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.