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

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

Reference

CWinAppEx Class

Hierarchy Chart