This structure contains information about a keyboard event in a list view control. This structure is identical to the NMLVKEYDOWN structure, but was renamed to fit standard naming conventions.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
typedef struct tagLV_KEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} LV_KEYDOWN;
Members
hdr
NMHDR structure that contains additional information about the notification message.
wVKey
Virtual key code.
flags
Set to zero.
See Also