ReactOS 0.4.15-dev-7942-gd23573b
_MONTHCALWND Struct Reference
Collaboration diagram for _MONTHCALWND:

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
 

Detailed Description

Definition at line 31 of file monthcal.c.

Member Data Documentation

◆ CellSize

SIZE _MONTHCALWND::CellSize

Definition at line 41 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ Changed

UINT _MONTHCALWND::Changed

Definition at line 49 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ ClientSize

SIZE _MONTHCALWND::ClientSize

Definition at line 42 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ Day

WORD _MONTHCALWND::Day

Definition at line 35 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ Days

BYTE _MONTHCALWND::Days[6][7]

Definition at line 39 of file monthcal.c.

◆ DayTimerSet

UINT _MONTHCALWND::DayTimerSet

Definition at line 50 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ Enabled

UINT _MONTHCALWND::Enabled

Definition at line 51 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ FirstDayOfWeek

WORD _MONTHCALWND::FirstDayOfWeek

Definition at line 38 of file monthcal.c.

◆ HasFocus

UINT _MONTHCALWND::HasFocus

Definition at line 52 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ hbHeader

HBRUSH _MONTHCALWND::hbHeader

Definition at line 45 of file monthcal.c.

◆ hbSelection

HBRUSH _MONTHCALWND::hbSelection

Definition at line 46 of file monthcal.c.

◆ hFont

HFONT _MONTHCALWND::hFont

Definition at line 44 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ hNotify

HWND _MONTHCALWND::hNotify

Definition at line 34 of file monthcal.c.

◆ hSelf

HWND _MONTHCALWND::hSelf

Definition at line 33 of file monthcal.c.

◆ Month

WORD _MONTHCALWND::Month

Definition at line 36 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ UIState

DWORD _MONTHCALWND::UIState

Definition at line 48 of file monthcal.c.

Referenced by MonthCalWndProc().

◆ Week

WCHAR _MONTHCALWND::Week[7]

Definition at line 40 of file monthcal.c.

◆ Year

WORD _MONTHCALWND::Year

Definition at line 37 of file monthcal.c.

Referenced by MonthCalWndProc().


The documentation for this struct was generated from the following file: