HDN_GETDISPINFOHDN_GETDISPINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: HDN_ENDTRACK
*Next Topic: HDN_ITEMCHANGED

HDN_GETDISPINFO


HDN_GETDISPINFO
   pDispInfo = (LPNMHDDISPINFO) lParam;

Sent to the owner of a header control when the control needs information about a callback header item. This notification is sent as a WM_NOTIFY message.

pDispInfo
Address of an NMHDDISPINFO structure. On input, the fields of the structure specify what information is required and the item of interest.

Fill the appropriate members of the structure to return the requested information to the header control. If your message handler sets the mask member of the NMHDDISPINFO structure to HDI_DI_SETITEM, the header control stores the information and will not request it again.

Version 4.70


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