LVN_ODSTATECHANGED

This notification 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.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

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 Values

The application receiving this notification must return zero.