HDN_ITEMCHANGING (Windows Embedded CE 6.0)
1/6/2010
This message notifies a header control parent window the header item attributes are about to change. It is sent in the form of a WM_NOTIFY message.
Syntax
HDN_ITEMCHANGING phdr = (HD_NOTIFY FAR *) lParam;
Parameters
- phdr
Pointer to an NMHEADER structure that contains data about the header control and the header item, including the attributes about to change.
Return Value
TRUE prevents the changes. FALSE accepts the changes.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |