Contents Index Topic Contents | ||
Previous Topic: NMLVGETINFOTIP Next Topic: NMLVODSTATECHANGE |
NMLVKEYDOWN
typedef struct tagLVKEYDOWN { NMHDR hdr; WORD wVKey; UINT flags; } NMLVKEYDOWN, FAR *LPNMLVKEYDOWN;Contains information used in processing the LVN_KEYDOWN notification message. This structure is the same as the LV_KEYDOWN structure but has been renamed to fit standard naming conventions.
- hdr
- NMHDR structure that contains additional information about the notification message.
- wVKey
- Virtual key code.
- flags
- This member must always be zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.