NMLVKEYDOWN structure (commctrl.h)

Contains information used in processing the LVN_KEYDOWN notification code. This structure is the same as the NMLVKEYDOWN structure but has been renamed to fit standard naming conventions.

Syntax

typedef struct tagLVKEYDOWN {
  NMHDR hdr;
  WORD  wVKey;
  UINT  flags;
} NMLVKEYDOWN, *LPNMLVKEYDOWN;

Members

hdr

Type: NMHDR

NMHDR structure that contains additional information about the notification.

wVKey

Type: WORD

Virtual key code.

flags

Type: UINT

This member must always be zero.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h