NMTVDISPINFOEXA structure (commctrl.h)

Contains information pertaining to extended TreeView notification information.

Syntax

typedef struct tagTVDISPINFOEXA {
  NMHDR     hdr;
  TVITEMEXA item;
} NMTVDISPINFOEXA, *LPNMTVDISPINFOEXA;

Members

hdr

Type: NMHDR

NMHDR structure that contains information about this notification.

item

Type: TVITEMEX

Specifies or receives attributes of a TreeView item.

Remarks

Note

The commctrl.h header defines NMTVDISPINFOEX as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header commctrl.h