The information in this article applies to:
SUMMARYBkGnd.exe is a sample in the Microsoft Software Library that demonstrates how to use a PeekMessage() loop to perform background processing. There are often times when it is necessary for an application to execute a time consuming process such as printing, file I/O, and math calculations in the background. Doing so allows the Windows environment to continue to service other applications while completing a lengthy process. MORE INFORMATIONThe following files are available for download from the Microsoft
Download Center. Click the file names below to download the files: http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. The BKGND sample application uses the WaitMessage() function, which allows the application to "sleep" when the background process is complete. In the sample, the user determines when background processing starts and ends. In a production application, an application would probably determine when background processing was required. Additional query words:
Keywords : kbfile kbsample kb16bitonly kbGrpUser kbWinOS310 kbWndw kbWndwMsg kbWinOS300 |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |