Contents Index Topic Contents | ||
Previous Topic: Month Calendar Control Data Types Next Topic: Pager Controls |
MONTHDAYSTATE
This is a new data type that is defined in Commctrl.h as follows:
typedef DWORD MONTHDAYSTATE, FAR * LPMONTHDAYSTATE;The MONTHDAYSTATE type is a bit field, where each bit (1 through 31) represents the state of a day in a month. If a bit is on, the corresponding day will be displayed in bold; otherwise it will be displayed with no emphasis.
This data type is used with the MCM_SETDAYSTATE message and the corresponding macro, MonthCal_SetDayState. When MONTHDAYSTATE values are used in reference to months shorter than 31 days, only the needed bits will be accessed.
Version 4.70.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.