NM_KEYDOWN

This notification 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.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

NM_KEYDOWN lpnmk = (LPNMKEY) lParam;

Parameters

lpnmk

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

Return Values

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

Remarks

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