NM_TREEVIEW

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information about a tree view message. This structure is identical to the NMTREEVIEW structure, but was renamed to follow current naming conventions.

Syntax

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 message.
  • action
    Notification-specific action flag.
  • itemOld
    TV_ITEM structure that contains information about the old item state. This member is zero for messages that do not use it.
  • itemNew
    TV_ITEM structure that contains information about the new item state. This member is zero for messages that do not use it.
  • ptDrag
    POINTstructure that contains the client coordinates of the mouse at the time the event occurred that caused the message to be sent.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

WM_NOTIFY
NMHDR
POINT
TV_ITEM