소스 검색

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.
 
 

BIN
messages.mc