CWinThread::ExitInstance

This member function is called by the framework to exit this instance of the thread. It's called either from within the rarely overridden Run member function, or if a call to InitInstance fails.

Syntax

virtual int ExitInstance( );

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, InitInstance, Run, CWinApp::ExitInstance