Contents Index Topic Contents | ||
Previous Topic: Common Control Notification Messages Next Topic: NM_CLICK |
NM_CHAR
NM_CHAR lpnmc = (LPNMCHAR) lParam;Sent by a control when a character key is processed. This notification message is sent in the form of a WM_NOTIFY message.
- The return value is ignored by the control.
- lpnmc
- Address of an NMCHAR structure that contains additional information about the character that caused the notification message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.