Determinan y establecen las prioridades de las aplicaciones y procesos en Windows, que prioridad tiene determinada aplicación al momento de asignarle recursos.
DECLARE INTEGER SetThreadPriority IN
KERNEL32.DLL ;
   INTEGER hThread, ;
   INTEGER nPriority
DECLARE INTEGER GetCurrentThread in KERNEL32.DLL
#DEFINE THREAD_PRIORITY_HIGHEST 2
#DEFINE THREAD_PRIORITY_ABOVE_NORMAL 1
#DEFINE THREAD_PRIORITY_NORMAL 0
#DEFINE THREAD_PRIORITY_BELOW_NORMAL -1
#DEFINE THREAD_PRIORITY_LOWEST -2
IF SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_HIGHEST) # 0
    =messagebox("Prioridad alta establecida")
ELSE
    =messagebox("Error al establecer prioridad")
ENDIF
		
		
	
	 
Si tienes inquietudes, sígueme en Twitter para contactarme.
Seguir a @davamadort¿Deseas que tu sitio web aparezca en buscadores como google, yahoo, msn?
Contrata un plan de hosting en www.winnethost.com y recibes totalmente gratis el registro de tu sitio web en más de 24 buscadores, entre ellos google, yahoo, msn

El Sitio La Web de Davphantom se encuentra hospedado en WinNetHost.com



