NMSELCHANGE (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
Month Calendar Controls Structures
NMHDR