NMSELCHANGE (Windows CE 5.0)

Send Feedback

This structure carries information required to process the MCN_SELCHANGE message.

typedefstructtagNMSELCHANGE {NMHDR nmhdr;SYSTEMTIMEstSelStart;SYSTEMTIMEstSelEnd;}NMSELCHANGE,FAR* LPNMSELCHANGE;

Members

  • nmhdr
    NMHDR structure that contains information about this message.
  • stSelStart
    SYSTEMTIME structure that contains the date for the first day in the user's selection range.
  • stSelEnd
    SYSTEMTIME structure that contains the date for the last day in the user's selection range.

Requirements

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

See Also

NMHDR | SYSTEMTIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.