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.
virtual BOOL OnIdle( LONG lCount );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CWinApp Overview, CWinApp Member Functions, Application Architecture Classes