NMDAYSTATE

This structure carries information required to process the MCN_GETDAYSTATE notification message. All members of this structure are for input, except prgDayState, which the user must set when processing MCN_GETDAYSTATE.

At a Glance

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

Syntax

typedef struct tagNMDAYSTATE {
NMHDR nmhdr;
SYSTEMTIME stStart;
int cDayState;
LPMONTHDAYSTATE prgDayState;
}
NMDAYSTATE, FAR * LPNMDAYSTATE;

Members

nmhdr

NMHDR structure that contains information about this notification message.

stStart

SYSTEMTIME structure that contains the starting date.

cDayState

Value that specifies the total number of elements that must be in the array at prgDayState.

prgDayState

Pointer to an array of MONTHDAYSTATE values. This must be set to point to an array that contains as many elements as specified in cDayState. The first element in the array corresponds to the date in stStart.