SECCalendar::Create
BOOLSECCalendar::Create(DWORDdwStyle, CRect&rect, CWnd*pParentWnd, UINTnID, CCreateContext*pContext)
Creates a child calendar window and attaches it to the pParentWnd parent window.
Defined in: Calendar.cpp
Return Value
Returns non-zero if successful; otherwise, 0.
Parameters
dwStyle
Specifies the child calendar window’s style attributes.
&rect
Size and position of the window, in client coordinates of pParentWnd.
*pParentWnd
The parent window.
nID
The ID of the child window
pContext
The create context of the window.
See Also