Overridable CWinApp Member Functions

CWinApp provides several key overridable member functions (CWinApp overrides these members from class CWinThread, from which CWinApp derives):

The only CWinApp member function that you must override is InitInstance.

See Also

Concepts

CWinApp: The Application Class