Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NT Gurus and Setting Priority From Visual Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00252651
Message ID:
00253900
Vues:
26
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform