Contents Index Topic Contents | ||
Previous Topic: NMLVKEYDOWN Next Topic: Month Calendar Controls |
NMLVODSTATECHANGE
typedef struct tagNMLVODSTATECHANGE { NMHDR hdr; int iFrom; int iTo; UINT uNewState; UINT uOldState; } NMLVODSTATECHANGE, FAR *LPNMLVODSTATECHANGE;Structure that contains information for use in processing the LVN_ODSTATECHANGED notification message.
- hdr
- NMHDR structure that contains additional information about the notification message.
- iFrom
- Zero-based index of the first item in the range of items.
- iTo
- Zero-based index of the last item in the range of items.
- uNewState and uOldState
- Values indicating the new and old states for the item or items. These members can be any valid combination of the list view item states.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.