Browse Source

Corrected priority documentation.

The correct function name is SetPriorityClass() not
SetProcessPriorityClass().
Iain Patterson 10 years ago
parent
commit
6efd80ce31
2 changed files with 1 additions and 1 deletions
  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
 NSSM can set the priority class of the managed application.  NSSM will look in
 the registry under HKLM\SYSTEM\CurrentControlSet\Services\<service>\Parameters
 the registry under HKLM\SYSTEM\CurrentControlSet\Services\<service>\Parameters
 for the REG_DWORD entry AppPriority.  Valid values correspond to arguments to
 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.
 application will be launched with normal priority.
 
 
 
 

BIN
messages.mc