INFO: MFC Application Idle Processing and Power Consumption (93915)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft C/C++ for MS-DOS 7.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.0
- Microsoft Visual C++ for Windows, 16-bit edition 1.5
- Microsoft Visual C++, 32-bit Editions 1.0
This article was previously published under Q93915 SUMMARY
The Microsoft Foundation Classes (MFC) provide a virtual member function
CWinApp::OnIdle() to support background or idle-time processing when an
application is not receiving messages. Because the OnIdle() function uses
the ::PeekMessage() function in Microsoft Windows, it is important to
realize how using the OnIdle function affects other applications in the
Microsoft Windows environment and affects power consumption on battery
powered machines that run Windows.
Modification Type: | Major | Last Reviewed: | 12/11/2003 |
---|
Keywords: | kbArchitecture kbinfo KB93915 |
---|
|