CCommonControlsInitializer Class
class CCommonControlsInitializer
Many applications require initialization code to happen. SFL's architecture has initializers that mix this functionality in. This class represents generalized intialization and termination points for SFL applications that need to use the common controls library.As you might expect, Init calls OleInitialize for the application.
See Also CNoopInitializer, COleInitializer, and CComInitializer
Defined in: Application.h
Class Template Arguments
_Base = CNoopInitializer
Default initializaton.
dwICC = ICC_ALL
Default constant to pass to common control initialization..
Class Members
static void Init()
Initialize the application. Calls InitCommonControlsEx applying the dwICC template parameter
static void Term()
Terminate the application.