Contents Index Topic Contents | ||
Previous Topic: LVN_ODFINDITEM Next Topic: LVN_SETDISPINFO |
LVN_ODSTATECHANGED
LVN_ODSTATECHANGED lpStateChange = (LPNMLVODSTATECHANGE) lParam;Sent by a list view control when the state of an item or range of items has changed. This notification is sent in the form of a WM_NOTIFY message.
- The application receiving this notification must return zero.
- lpStateChange
- Address of an NMLVODSTATECHANGE structure that contains information about the item or items that have changed.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.