The LVN_SETDISPINFO notification message notifies a list view control’s parent window that it must update the information it maintains for an item. This notification message is sent in the form of a WM_NOTIFY message.
LVN_SETDISPINFO pnmv = (LV_DISPINFO FAR *) lParam;
No return value.
The pszText member of the LV_ITEM structure contained within the LV_DISPINFO structure pointed to by pnmv contains a valid value when the LVN_SETDISPINFO message is sent, regardless of whether the LVIF_TEXT flag is set in the mask member of the LV_ITEM structure.
LV_DISPINFO, LV_ITEM, LVN_GETDISPINFO, WM_NOTIFY
file: /Techref/os/win/api/win32/mess/src/msg13_22.htm, 1KB, , updated: 2001/6/23 20:22, local time: 2024/11/8 11:59,
3.136.234.12: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://linistepper.com/Techref/os/win/api/win32/mess/src/msg13_22.htm"> LVN_SETDISPINFO</A> |
Did you find what you needed? |