浏览代码

Corrected priority documentation.

The correct function name is SetPriorityClass() not
SetProcessPriorityClass().
Iain Patterson 11 年之前
父节点
当前提交
6efd80ce31
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.txt
  2. 二进制
      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.
 
 

二进制
messages.mc