Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.49 KB

hdn-itemkeydown.md

File metadata and controls

66 lines (37 loc) · 1.49 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
HDN_ITEMKEYDOWN notification code (Commctrl.h)
Notifies a header control's parent window that a key has been pressed with an item selected. This notification code is sent in the form of a WM\_NOTIFY message.
ab6922ab-907d-44fc-8606-28f395118405
HDN_ITEMKEYDOWN notification code Windows Controls
apiref
HDN_ITEMKEYDOWN
Commctrl.h
HeaderDef
reference
05/31/2018

HDN_ITEMKEYDOWN notification code

Notifies a header control's parent window that a key has been pressed with an item selected. This notification code is sent in the form of a WM_NOTIFY message.

HDN_ITEMKEYDOWN

   pNMHeader = (LPNMHEADER) lParam;

Parameters

lParam

A pointer to an NMHEADER structure that contains additional information about the key that is being pressed.

Return value

No return value.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Commctrl.h