Contents Index Topic Contents | ||
Previous Topic: LVM_SUBITEMHITTEST Next Topic: List View Control Macros |
LVM_UPDATE
LVM_UPDATE wParam = (WPARAM) iItem; lParam = 0;Updates a list view item. If the list view control has the LVS_AUTOARRANGE style, this macro causes the list view control to be arranged. You can send this message explicitly or by using the ListView_Update macro.
- Returns TRUE if successful, or FALSE otherwise.
- iItem
- Index of the item to update.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.