Skip to content

Latest commit

 

History

History
91 lines (72 loc) · 4.05 KB

ns-commctrl-nmdatetimestringw.md

File metadata and controls

91 lines (72 loc) · 4.05 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.tagNMDATETIMESTRINGW
NMDATETIMESTRINGW (commctrl.h)
Contains information specific to an edit operation that has taken place in a date and time picker (DTP) control. This message is used with the DTN_USERSTRING notification code. (Unicode)
*LPNMDATETIMESTRINGW
LPNMDATETIMESTRING
LPNMDATETIMESTRING structure pointer [Windows Controls]
NMDATETIMESTRING
NMDATETIMESTRING structure [Windows Controls]
NMDATETIMESTRINGA
NMDATETIMESTRINGW
_win32_NMDATETIMESTRING
_win32_NMDATETIMESTRING_cpp
commctrl/LPNMDATETIMESTRING
commctrl/NMDATETIMESTRING
commctrl/NMDATETIMESTRINGA
commctrl/NMDATETIMESTRINGW
controls.NMDATETIMESTRING
controls._win32_NMDATETIMESTRING
controls\NMDATETIMESTRING.htm
Controls
VS|Controls|~\controls\datetime\structures\nmdatetimestring.htm
12/05/2018
*LPNMDATETIMESTRINGW, LPNMDATETIMESTRING, LPNMDATETIMESTRING structure pointer [Windows Controls], NMDATETIMESTRING, NMDATETIMESTRING structure [Windows Controls], NMDATETIMESTRINGA, NMDATETIMESTRINGW, _win32_NMDATETIMESTRING, _win32_NMDATETIMESTRING_cpp, commctrl/LPNMDATETIMESTRING, commctrl/NMDATETIMESTRING, commctrl/NMDATETIMESTRINGA, commctrl/NMDATETIMESTRINGW, controls.NMDATETIMESTRING, controls._win32_NMDATETIMESTRING
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
NMDATETIMESTRINGW (Unicode) and NMDATETIMESTRINGA (ANSI)
Windows
NMDATETIMESTRINGW, *LPNMDATETIMESTRINGW
19H1
tagNMDATETIMESTRINGW
commctrl/tagNMDATETIMESTRINGW
LPNMDATETIMESTRINGW
commctrl/LPNMDATETIMESTRINGW
NMDATETIMESTRINGW
commctrl/NMDATETIMESTRINGW
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
NMDATETIMESTRING
NMDATETIMESTRINGA
NMDATETIMESTRINGW

NMDATETIMESTRINGW structure

-description

Contains information specific to an edit operation that has taken place in a date and time picker (DTP) control. This message is used with the DTN_USERSTRING notification code.

-struct-fields

-field nmhdr

Type: NMHDR

An NMHDR structure that contains information about this notification code.

-field pszUserString

Type: LPCTSTR

The address of the zero-terminated string that the user entered.

-field st

Type: SYSTEMTIME

A SYSTEMTIME structure that must be filled in by the owner when handling the DTN_USERSTRING notification code.

-field dwFlags

Type: DWORD

The return field. Set this member to GDT_VALID to indicate that the st member is valid or to GDT_NONE to set the control to "no date" status (DTS_SHOWNONE style only).

-remarks

Note

The commctrl.h header defines NMDATETIMESTRING 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.