NM_CHAR notification code

The NM_CHAR notification code is sent by a control when a character key is processed. This notification code is sent in the form of a WM_NOTIFY message.

NM_CHAR

    lpnmc = (LPNMCHAR) lParam;

Parameters

lParam

A pointer to an NMCHAR structure that contains additional information about the character that caused the notification code.

Return value

The return value is ignored by most controls. For more information, see the documentation for the individual controls.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

NM_CHAR (toolbar)