Преглед изворни кода

Corrected priority documentation.

The correct function name is SetPriorityClass() not
SetProcessPriorityClass().
Iain Patterson пре 10 година
родитељ
комит
6efd80ce31
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.txt
  2. BIN
      messages.mc

+ 1 - 1
README.txt

@@ -167,7 +167,7 @@ Application priority
 NSSM can set the priority class of the managed application.  NSSM will look in
 the registry under HKLM\SYSTEM\CurrentControlSet\Services\<service>\Parameters
 for the REG_DWORD entry AppPriority.  Valid values correspond to arguments to
-SetProcessPriorityClass().  If AppPriority() is missing or invalid the
+SetPriorityClass().  If AppPriority() is missing or invalid the
 application will be launched with normal priority.