Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
NMDAYSTATE
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

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.


typedef struct tagNMDAYSTATE {
  NMHDR nmhdr;
  SYSTEMTIME stStart;
  int cDayState;
  LPMONTHDAYSTATE prgDayState; 
} NMDAYSTATE, FAR* LPNMDAYSTATE;
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.

Headercommctrl.h
Windows Embedded CEWindows CE 2.0 and later
Windows MobileWindows Mobile Version 5.0 and later

Reference

NMHDR

Other Resources

SYSTEMTIME

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker