Partager via


HDN_BEGINTRACK (Windows CE 5.0)

Send Feedback

This message notifies a header control parent window the user has begun dragging a divider in the control; that is, the user has pressed the stylus to the touch screen over a divider in the header control. It is sent in the form of a WM_NOTIFY message.

HDN_BEGINTRACKphdn=(HD_NOTIFYFAR*)lParam;

Parameters

  • phdn
    Pointer to an NMHEADER structure that contains data about the header control and the item whose divider is dragged.

Return Values

TRUE prevents tracking. FALSE enables tracking of the divider.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

Header Controls Notifications | HDN_ENDTRACK | HDN_TRACK | WM_NOTIFY | NMHEADER

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.