CNoopInitializer Class
class CNoopInitializer
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. These two functions include Init and Term.See Also CComInitializer, COleInitializer, and CCommonControlsInitializer
Defined in: Application.h
Class Members
static void Init()
Initialize the application. CNoopInitializer does nothing.
static void Term()
Terminate the application. CNoopInitializer does nothing.