Contents Index Topic Contents | ||
Previous Topic: NMHDR Next Topic: NMMOUSE |
NMKEY
typedef struct tagNMKEY { NMHDR hdr; UINT nVKey; UINT uFlags; } NMKEY, FAR *LPNMKEY;Contains information used with key notification messages.
- hdr
- NMHDR structure that contains additional information about this notification.
- nVKey
- Virtual key code of the key that caused the event.
- uFlags
- Flags associated with the key. These are the same flags that are passed in the high word of the lParam parameter of the WM_KEYDOWN message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.