CListCtrl::SetItemText
Changes the text of a list view item or subitem.
BOOL SetItemText(
int nItem,
int nSubItem,
LPCTSTR lpszText
);
Parameters
nItem
Index of the item whose text is to be set.nSubItem
Index of the subitem, or zero to set the item label.lpszText
Pointer to a string that contains the new item text.
Return Value
Nonzero if successful; otherwise zero.
Remarks
This method is not intended for use with controls containing the LVS_OWNERDATA window style (in fact, this will cause an assertion in Debug builds). For more information about this list control style, see List-View Controls Overview.
Example
See the example for CListCtrl::InsertItem.
Requirements
Header: afxcmn.h