NMDATETIMESTRING

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 notification message.

typedef struct tagNMDATETIMESTRING{
NMHDR nmhdr;
LPCTSTR pszUserString;
SYSTEMTIME st;
DWORD dwFlags;} 
NMDATETIMESTRING, FAR * LPNMDATETIMESTRING;

Members

  • nmhdr
    NMHDR structure that contains information about this notification 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 notification 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

Runs On Versions Defined in Include Link to
Windows CE OS 2.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

DTN_USERSTRING, NMHDR, SYSTEMTIME

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.