NMDAYSTATE (Windows CE 5.0)

Send Feedback

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

typedefstructtagNMDAYSTATE{NMHDRnmhdr;SYSTEMTIMEstStart;intcDayState;LPMONTHDAYSTATEprgDayState;}NMDAYSTATE,FAR* LPNMDAYSTATE;

Members

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

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

NMHDR | SYSTEMTIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.