ReactOS 0.4.15-dev-7089-gea8a49d
|
#include <commctrl.h>
Public Attributes | |
NMHDR | nmhdr |
SYSTEMTIME | stStart |
int | cDayState |
LPMONTHDAYSTATE | prgDayState |
Definition at line 4293 of file commctrl.h.
int tagNMDAYSTATE::cDayState |
Definition at line 4296 of file commctrl.h.
Referenced by MONTHCAL_NotifyDayState(), and parent_wnd_proc().
NMHDR tagNMDAYSTATE::nmhdr |
Definition at line 4294 of file commctrl.h.
Referenced by MONTHCAL_NotifyDayState().
LPMONTHDAYSTATE tagNMDAYSTATE::prgDayState |
Definition at line 4298 of file commctrl.h.
Referenced by MONTHCAL_NotifyDayState(), and parent_wnd_proc().
SYSTEMTIME tagNMDAYSTATE::stStart |
Definition at line 4295 of file commctrl.h.
Referenced by MONTHCAL_NotifyDayState().