Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Carries information required to process the MCN_SELCHANGE notification code.
Syntax
typedef struct tagNMSELCHANGE {
NMHDR nmhdr;
SYSTEMTIME stSelStart;
SYSTEMTIME stSelEnd;
} NMSELCHANGE, *LPNMSELCHANGE;
Members
nmhdr
Type: NMHDR
NMHDR structure that contains information about this notification.
stSelStart
Type: SYSTEMTIME
SYSTEMTIME structure that contains the date for the first day in the user's selection range.
stSelEnd
Type: SYSTEMTIME
SYSTEMTIME structure that contains the date for the last day in the user's selection range.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |