Share via


NM_KEYDOWN (Windows CE 5.0)

Send Feedback

This message is sent by a control when the control has the keyboard focus and the user presses a key. It is sent in the form of a WM_NOTIFY message.

NM_KEYDOWN lpnmk = (LPNMKEY)lParam;

Parameters

  • lpnmk
    Long pointer to an NMKEY structure that contains additional information about the key that caused the message.

Return Values

Return nonzero to prevent the control from processing the key or zero otherwise.

Remarks

This message is not sent by all controls. Currently, only the toolbar sends this message.

Requirements

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

See Also

Common Control Notifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.