Contents Index Topic Contents | ||
Previous Topic: NMDATETIMEFORMATQUERY Next Topic: NMDATETIMEWMKEYDOWN |
NMDATETIMESTRING
typedef struct tagNMDATETIMESTRING{ NMHDR nmhdr; LPCTSTR pszUserString; SYSTEMTIME st; DWORD dwFlags; } NMDATETIMESTRING, FAR * LPNMDATETIMESTRING;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 message.
- nmhdr
- NMHDR structure that contains information about this notification message.
- pszUserString
- Address of the zero-terminated string that the user entered.
- st
- SYSTEMTIME structure that must be filled in by the owner when handling the DTN_USERSTRING notification message.
- dwFlags
- 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).
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.