Skip to content

Latest commit

 

History

History
90 lines (71 loc) · 3.86 KB

ns-commctrl-nmdatetimewmkeydowna.md

File metadata and controls

90 lines (71 loc) · 3.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:commctrl.tagNMDATETIMEWMKEYDOWNA
NMDATETIMEWMKEYDOWNA (commctrl.h)
Carries information used to describe and handle a DTN_WMKEYDOWN notification code. (ANSI)
*LPNMDATETIMEWMKEYDOWNA
LPNMDATETIMEWMKEYDOWN
LPNMDATETIMEWMKEYDOWN structure pointer [Windows Controls]
NMDATETIMEWMKEYDOWN
NMDATETIMEWMKEYDOWN structure [Windows Controls]
NMDATETIMEWMKEYDOWNA
NMDATETIMEWMKEYDOWNW
_win32_NMDATETIMEWMKEYDOWN
_win32_NMDATETIMEWMKEYDOWN_cpp
commctrl/LPNMDATETIMEWMKEYDOWN
commctrl/NMDATETIMEWMKEYDOWN
commctrl/NMDATETIMEWMKEYDOWNA
commctrl/NMDATETIMEWMKEYDOWNW
controls.NMDATETIMEWMKEYDOWN
controls._win32_NMDATETIMEWMKEYDOWN
controls\NMDATETIMEWMKEYDOWN.htm
Controls
VS|Controls|~\controls\datetime\structures\nmdatetimewmkeydown.htm
12/05/2018
*LPNMDATETIMEWMKEYDOWNA, LPNMDATETIMEWMKEYDOWN, LPNMDATETIMEWMKEYDOWN structure pointer [Windows Controls], NMDATETIMEWMKEYDOWN, NMDATETIMEWMKEYDOWN structure [Windows Controls], NMDATETIMEWMKEYDOWNA, NMDATETIMEWMKEYDOWNW, _win32_NMDATETIMEWMKEYDOWN, _win32_NMDATETIMEWMKEYDOWN_cpp, commctrl/LPNMDATETIMEWMKEYDOWN, commctrl/NMDATETIMEWMKEYDOWN, commctrl/NMDATETIMEWMKEYDOWNA, commctrl/NMDATETIMEWMKEYDOWNW, controls.NMDATETIMEWMKEYDOWN, controls._win32_NMDATETIMEWMKEYDOWN
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
NMDATETIMEWMKEYDOWNW (Unicode) and NMDATETIMEWMKEYDOWNA (ANSI)
Windows
NMDATETIMEWMKEYDOWNA, *LPNMDATETIMEWMKEYDOWNA
19H1
tagNMDATETIMEWMKEYDOWNA
commctrl/tagNMDATETIMEWMKEYDOWNA
LPNMDATETIMEWMKEYDOWNA
commctrl/LPNMDATETIMEWMKEYDOWNA
NMDATETIMEWMKEYDOWNA
commctrl/NMDATETIMEWMKEYDOWNA
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
NMDATETIMEWMKEYDOWN
NMDATETIMEWMKEYDOWNA
NMDATETIMEWMKEYDOWNW

NMDATETIMEWMKEYDOWNA structure

-description

Carries information used to describe and handle a DTN_WMKEYDOWN notification code.

-struct-fields

-field nmhdr

Type: NMHDR

A NMHDR structure that contains information about the notification code.

-field nVirtKey

Type: int

A virtual key code that represents the key that the user pressed.

-field pszFormat

Type: LPCTSTR

A zero-terminated substring, taken from the format string, that defines the callback field. The substring is one or more "X" characters, followed by a NULL.

-field st

Type: SYSTEMTIME

A SYSTEMTIME structure containing the current date and time from the DTP control. The owner of the control must modify the time information based on the user's keystroke.

-remarks

Note

The commctrl.h header defines NMDATETIMEWMKEYDOWN as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.