HDN_ITEMCHANGEDHDN_ITEMCHANGED*
*Contents  *Index  *Topic Contents
*Previous Topic: HDN_GETDISPINFO
*Next Topic: HDN_ITEMCHANGING

HDN_ITEMCHANGED


HDN_ITEMCHANGED 
    phdr = (LPNMHEADER) lParam; 

Notifies a header control's parent window that the attributes of a header item have changed. This notification message is sent in the form of a WM_NOTIFY message.

phdr
Address of an NMHEADER structure that contains information about the header control, including the attributes that have changed.

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