Share via


CWinAppEx::CWinAppEx

Constructs a CWinAppEx object.

CWinAppEx(
   BOOL bResourceSmartUpdate = FALSE
);

Parameters

  • [in] bResourceSmartUpdate
    A Boolean parameter that specifies whether the workspace object should detect and handle resource updates.

Remarks

An application does not need a CWinAppEx object to use functionality from the Visual C++ 2008 Feature Pack. The CWinAppEx class has initialization methods, provides functionality for saving and loading application information to the registry, and controls global application settings. It also enables you to use global managers such as the CKeyboardManager Class and the CUserToolsManager Class. Each application can have only one instance of the CWinAppEx class.

Requirements

Header: afxwinappex.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CWinAppEx Class