The LVN_KEYDOWN notification message notifies a list view control's parent window that a key has been pressed. This notification message is sent in the form of a WM_NOTIFY message.
LVN_KEYDOWN
pnkd = (LV_KEYDOWN FAR *) lParam;
Parameters
pnkd
Pointer to an LV_KEYDOWN structure.
Return Values
No return value.
See Also