SECCalculator::CreateEx
BOOLSECCalculator::CreateEx(DWORDdwExStyle, DWORDdwStyle, intx, inty, CWnd*pParentWnd, UINTnID, CCreateContext*pContext)
Creates the calculator window with extended style attributes and attaches it to the SECCalculator object.
Defined in: SecCalc.cpp
Return Value
Nonzero if the window is successfully created; otherwise 0.
Parameters
dwExStyle
Specifies the calculator window’s extended style attributes.
dwStyle
Specifies the calculator window’s style attributes:
SEC_CS_RAISEDEDGE
Same look as WS_EX_WINDOWEDGE except compatible with Win 3.x.
SEC_CS_DIVIDER
Divider at top of calculator.
x
The x-coordinate of the calculator window in the parent window.
y
The y-coordinate of the calculator window in the parent window.
pParentWnd
The parent window.
nID
The ID of the child window.
pContext
The create context of the calculator window.
See Also