API - colocar sistema em segundo plano

Top  Previous  Next

  // coloca em segundo plano

  SetPriorityClass(GetCurrentProcess, IDLE_PRIORITY_CLASS);

  SetThreadPriority(GetCurrentThread, THREAD_PRIORITY_IDLE);