LVN_ODSTATECHANGED

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

List-View Controls Notifications
List-View Controls Messages
WM_NOTIFY