NMTVKEYDOWN (Windows CE 5.0)

Send Feedback

This structure contains information about a keyboard event in a tree-view control. This structure is used with the TVN_KEYDOWN message.

typedefstructtagTVKEYDOWN{NMHDRhdr;WORDwVKey;UINTflags;}NMTVKEYDOWN,FAR* LPNMTVKEYDOWN;

Members

  • hdr**
    NMHDR structure that contains information about this message.
  • wVKey**
    Virtual key code.
  • flags**
    Set to zero.

Requirements

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

See Also

TVN_KEYDOWN | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.