Share via


NMLVKEYDOWN (Windows CE 5.0)

Send Feedback

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

typedefstructtagLVKEYDOWN{NMHDRhdr;WORDwVKey;UINTflags;}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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.