NMTVKEYDOWN (Windows CE 5.0)
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
Send Feedback on this topic to the authors