NMTVDISPINFOEX structure
Contains information pertaining to extended TreeView notification information.
Syntax
typedef struct tagNMTVDISPINFOEX { NMHDR hdr; TVITEMEX item; } NMTVDISPINFOEX, *LPNMTVDISPINFOEX;
Members
- hdr
-
Type: NMHDR
-
NMHDR structure that contains information about this notification.
- item
-
Type: TVITEMEX
-
Specifies or receives attributes of a TreeView item.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names |
NMTVDISPINFOEXW (Unicode) and NMTVDISPINFOEXA (ANSI) |
Show: