The information in this article applies to:
SUMMARYIn Windows NT version 3.5, you can set foreground/background responsiveness by using the System Control Panel in Program Manager. Chose Tasking, then select one of the following through the dialog that is displayed:
MORE INFORMATIONYou can use the Registry APIs to set foreground/background responsiveness. The following registry key allows you to specify the priority to give to the application running in the foreground:
The following values are supported:
These values correspond to the choices offered in the Tasking dialog
described in the "Summary" section of this article.
To override the setting from your application, use SetPriorityClass() to change your application's priority class and SetThreadPriority() to set the priority for a given thread. NOTE: The thread priority together with the priority class for the process determine the thread's base priority. Additional query words: 3.50
Keywords : kbKernBase kbThread kbDSupport kbGrpKernBase |
Last Reviewed: December 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |