Contents Index Topic Contents | ||
Previous Topic: LVN_ITEMCHANGED Next Topic: LVN_KEYDOWN |
LVN_ITEMCHANGING
LVN_ITEMCHANGING pnmv = (LPNMLISTVIEW) lParam;Notifies a list view control's parent window that an item is changing. This notification message is sent in the form of a WM_NOTIFY message.
- Returns TRUE to prevent the change, or FALSE to allow the change.
- pnmv
- Address of an NMLISTVIEW structure that identifies the item and specifies which of its attributes are changing.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.