Share via


NMSELCHANGE (Compact 2013)

3/28/2014

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

See Also

Reference

Month Calendar Controls Structures
NMHDR

Other Resources

SYSTEMTIME