NM_KEYDOWN
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.