The LVM_SETITEMTEXT message changes the text of a list view item or subitem. You can send this message explicitly or by using the ListView_SetItemText macro.
LVM_SETITEMTEXT wParam = (WPARAM) (int) i; lParam = (LPARAM) (LV_ITEM FAR *) pitem;
The pszText member can also be LPSTR_TEXTCALLBACK to indicate a callback item for which the parent window stores the text. In this case, the list view control sends the parent an LVN_GETDISPINFO notification message when it needs the text.
If you send this message explicitly, it returns TRUE if successful or FALSE otherwise.
If you send this message implicitly by using the ListView_SetItemText macro, there is no return value.
ListView_SetItemText, LV_ITEM, LVN_GETDISPINFO
file: /Techref/os/win/api/win32/mess/src/msg13_5.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 11:38,
13.58.50.62:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/mess/src/msg13_5.htm"> LVM_SETITEMTEXT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.