Share via


NMDATETIMESTRING (Windows CE 5.0)

Send Feedback

This structure 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 message.

typedefstructtagNMDATETIMESTRING{NMHDRnmhdr;LPCTSTRpszUserString;SYSTEMTIMEst;DWORDdwFlags;}NMDATETIMESTRING,FAR* LPNMDATETIMESTRING;

Members

  • nmhdr
    NMHDR structure that contains information about this message.
  • pszUserString
    Pointer to the null-terminated string that the user entered.
  • st
    SYSTEMTIME structure that must be filled in by the owner when handling the message.
  • dwFlags
    Specifies the return member. 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).

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

DTN_USERSTRING | NMHDR | SYSTEMTIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.