NM_TREEVIEW
This structure contains information about a tree view notification message. This structure is identical to the NMTREEVIEW structure, but was renamed to follow current naming conventions.
typedef struct _NM_TREEVIEW {
NMHDR hdr;
UINT action;
TV_ITEM itemOld;
TV_ITEM itemNew;
POINT ptDrag; }
NM_TREEVIEW;
typedef NM_TREEVIEW FAR *LPNM_TREEVIEW;
Members
- hdr
NMHDR structure that contains information about this notification message. - action
Notification-specific action flag. - itemOld
TV_ITEM structure that contains information about the old item state. This member is zero for notification messages that do not use it. - itemNew
TV_ITEM structure that contains information about the new item state. This member is zero for notification messages that do not use it. - ptDrag
POINT structure that contains the client coordinates of the mouse at the time the event occurred that caused the notification message to be sent.
Requirements
| Runs on | Versions | Defined in | Include | Link to |
|---|---|---|---|---|
| Windows CE OS | 1.0 and later | Commctrl.h |
Note This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.
See Also
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.