TVN_GETDISPINFOTVN_GETDISPINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: TVN_ENDLABELEDIT
*Next Topic: TVN_GETINFOTIP

TVN_GETDISPINFO


TVN_GETDISPINFO 
    lptvdi = (LPNMTVDISPINFO) lParam 

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

lptvdi
Address of 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.

This notification is sent under the following circumstances:


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.