Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This message is sent by a list-view control when the state of an item or range of items has changed. It is sent in the form of a WM_NOTIFY message.
Syntax
LVN_ODSTATECHANGED lpStateChange = (LPNMLVODSTATECHANGE) lParam;
Parameters
- lpStateChange
Long pointer to an NMLVODSTATECHANGE structure that contains data about the item or items that have changed.
Return Value
The application receiving this message must return zero.
Requirements
Header |
commctrl.h |
See Also
Reference
List-View Controls Notifications
List-View Controls Messages
WM_NOTIFY