CWinThread::ProcessWndProcException

The framework calls this member function whenever the handler does not catch an exception thrown in one of your thread's message or command handlers.

Syntax

virtual LRESULT ProcessWndProcException( CException *e, const MSG *pMsg );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWinThread Overview, CWinThread Member Functions, Application Architecture Classes, CWinApp::ProcessWndProcException