NMSELCHANGE

This structure carries information required to process the MCN_SELCHANGE notification message.

At a Glance

Header file: Commctrl.h
Windows CE versions: 2.0 and later

Syntax

typedef struct tagNMSELCHANGE{
NMHDR nmhdr;
SYSTEMTIME stSelStart;
SYSTEMTIME stSelEnd;
}
NMSELCHANGE, FAR * LPNMSELCHANGE;

Members

nmhdr

NMHDR structure that contains information about this notification 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.