|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HWND | hSelf |
| HWND | hNotify |
| WORD | Day |
| WORD | Month |
| WORD | Year |
| WORD | FirstDayOfWeek |
| BYTE | Days [6][7] |
| WCHAR | Week [7] |
| SIZE | CellSize |
| SIZE | ClientSize |
| HFONT | hFont |
| HBRUSH | hbHeader |
| HBRUSH | hbSelection |
| DWORD | UIState |
| UINT | Changed: 1 |
| UINT | DayTimerSet: 1 |
| UINT | Enabled: 1 |
| UINT | HasFocus: 1 |
Definition at line 31 of file monthcal.c.
| SIZE _MONTHCALWND::CellSize |
Definition at line 41 of file monthcal.c.
Referenced by MonthCalWndProc().
| UINT _MONTHCALWND::Changed |
Definition at line 49 of file monthcal.c.
Referenced by MonthCalWndProc().
| SIZE _MONTHCALWND::ClientSize |
Definition at line 42 of file monthcal.c.
Referenced by MonthCalWndProc().
| WORD _MONTHCALWND::Day |
Definition at line 35 of file monthcal.c.
Referenced by MonthCalWndProc().
| BYTE _MONTHCALWND::Days[6][7] |
Definition at line 39 of file monthcal.c.
| UINT _MONTHCALWND::DayTimerSet |
Definition at line 50 of file monthcal.c.
Referenced by MonthCalWndProc().
| UINT _MONTHCALWND::Enabled |
Definition at line 51 of file monthcal.c.
Referenced by MonthCalWndProc().
| WORD _MONTHCALWND::FirstDayOfWeek |
Definition at line 38 of file monthcal.c.
| UINT _MONTHCALWND::HasFocus |
Definition at line 52 of file monthcal.c.
Referenced by MonthCalWndProc().
| HBRUSH _MONTHCALWND::hbHeader |
Definition at line 45 of file monthcal.c.
| HBRUSH _MONTHCALWND::hbSelection |
Definition at line 46 of file monthcal.c.
| HFONT _MONTHCALWND::hFont |
Definition at line 44 of file monthcal.c.
Referenced by MonthCalWndProc().
| HWND _MONTHCALWND::hNotify |
Definition at line 34 of file monthcal.c.
| HWND _MONTHCALWND::hSelf |
Definition at line 33 of file monthcal.c.
| WORD _MONTHCALWND::Month |
Definition at line 36 of file monthcal.c.
Referenced by MonthCalWndProc().
| DWORD _MONTHCALWND::UIState |
Definition at line 48 of file monthcal.c.
Referenced by MonthCalWndProc().
| WCHAR _MONTHCALWND::Week[7] |
Definition at line 40 of file monthcal.c.
| WORD _MONTHCALWND::Year |
Definition at line 37 of file monthcal.c.
Referenced by MonthCalWndProc().