Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NT Gurus and Setting Priority From Visual Foxpro
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00252651
Message ID:
00253170
Views:
62
>I am wanting to change the priorty of my application programmatically.
>Has anyone done this?

You can use the following API calls to do this:
DECLARE INTEGER GetCurrentThread ;
   IN WIN32API 
   
DECLARE INTEGER GetThreadPriority ;
   IN WIN32API ;
   INTEGER tnThreadHandle

DECLARE INTEGER SetThreadPriority ;
   IN WIN32API ;
   INTEGER tnThreadHandle,;
   INTEGER tnPriority
Be careful with these things though to not set priority too high
or you'll kill the system You should take the priority to 1 maybe
2, but no more, especially under NT...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform