NM_KEYDOWNNM_KEYDOWN*
*Contents  *Index  *Topic Contents
*Previous Topic: NM_HOVER
*Next Topic: NM_KILLFOCUS

NM_KEYDOWN


NM_KEYDOWN
    lpnmk = (LPNMKEY) lParam;

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

lpnmk
Address of an NMKEY structure that contains additional information about the key that caused the notification message.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.