The TVN_KEYDOWN notification message notifies a tree-view control’s parent window that the user pressed a key and the tree-view control has the input focus. This notification message is sent in the form of a WM_NOTIFY message.
TVN_KEYDOWN ptvkd = (TV_KEYDOWN FAR *) lParam
No return value.