Contents Index Topic Contents | ||
Previous Topic: MCHITTESTINFO Next Topic: NMSELCHANGE |
NMDAYSTATE
typedef struct tagNMDAYSTATE { NMHDR nmhdr; SYSTEMTIME stStart; int cDayState; LPMONTHDAYSTATE prgDayState; } NMDAYSTATE, FAR * LPNMDAYSTATE;Carries information required to process the MCN_GETDAYSTATE notification message. All members of this structure are for input, except prgDayState, which the receiving application must set when processing MCN_GETDAYSTATE.
- nmhdr
- NMHDR structure that contains information about this notification message.
- stStart
- SYSTEMTIME structure that contains the starting date.
- cDayState
- INT value specifying the total number of elements that must be in the array at prgDayState.
- prgDayState
- Address of 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.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.