CWinApp::OnIdle

This member function is called by the framework in the default message loop when the application's message queue is empty. Override this member function to perform idle-time processing. Use your override to call your own background idle-handler tasks.

Syntax

virtual BOOL OnIdle( LONG lCount );

At a Glance

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

See Also

CWinApp Overview, CWinApp Member Functions, Application Architecture Classes