Share via


NMLVKEYDOWN

This structure that contains information used in processing the LVN_KEYDOWN message.

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

Members

  • hdr
    NMHDR structure that contains additional information about the message.
  • wVKey
    Virtual-key code.
  • flags
    Set to zero.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

LVN_KEYDOWN | NMHDR | List-View Controls Structures

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.