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:
00253900
Views:
23
>>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...


Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform