LVN_ODSTATECHANGED notification code
Sent by a list-view control when the state of an item or range of items has changed. This notification code is sent in the form of a WM_NOTIFY message.
LVN_ODSTATECHANGED
lpStateChange = (LPNMLVODSTATECHANGE) lParam;
Parameters
-
lParam
-
Pointer to an NMLVODSTATECHANGE structure that contains information about the item or items that have changed.
Return value
The application receiving this notification code must return zero.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|