SECSplashWnd::Create
BOOLSECSplashWnd::Create(CWnd*pParentWnd, DWORDdwStyle, DWORDdwExStyle)
Creates the Splash Window associated with the SECSplashWnd object. To be called after creating the SECSplashWnd object. It is recommended to call this function with the default parameters.
Defined in: secsplsh.cpp
Return Value
BOOL Returns TRUE if creation successful.
Parameters
pParentWnd
The parent window for the Splash Screen. Default is NULL.
dwStyle
The window styles associated with the splash screen. (Default styles = WS_POPUP and WS_VISIBLE)
dwExStyle
Specifies the extended window styles. Default is NULL.
See Also