Share via


NMSELCHANGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure carries information required to process the MCN_SELCHANGE message.

Syntax

typedef struct tagNMSELCHANGE {
  NMHDR nmhdr;
  SYSTEMTIME stSelStart;
  SYSTEMTIME stSelEnd;
} 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

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

NMHDR

Other Resources

SYSTEMTIME