HDN_ENDTRACK (Windows Embedded CE 6.0)
1/6/2010
This message notifies a header control parent window that the user has finished dragging a divider. It sent in the form of a WM_NOTIFY message.
Syntax
HDN_ENDTRACK phdn = (HD_NOTIFY FAR * ) lParam;
Parameters
- phdn
Pointer to an NMHEADER structure that contains data about the header control and the item whose divider was dragged.
Return Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
Header Controls Notifications
HDN_BEGINTRACK
HDN_TRACK
WM_NOTIFY
NMHEADER