TVN_GETDISPINFO

This notification message requests that a tree view control’s parent window provide information needed to display or sort an item. It is sent in the form of a WM_NOTIFY message.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TVN_GETDISPINFO ptvdi = (TV_DISPINFO FAR *) lParam

Parameters

lptvdi

Long pointer to an NMTVDISPINFO structure. The item member is a TVITEM structure whose mask, hItem, state, and lParam members specify the type of information required. You must fill the members of the structure with the appropriate information.

Return Values

The return value is ignored.

Remarks

This notification is sent under the following circumstances:

See Also

TV_DISPINFO, TVN_SETDISPINFO, WM_NOTIFY