From: Iain Patterson Date: Mon, 6 Jan 2014 18:22:07 +0000 (+0000) Subject: Corrected priority documentation. X-Git-Tag: v2.22~77 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=6efd80ce312a24f52cd19f6dc8ccc5d4a738aa08;hp=b2e2a895d7c84241e7657a92a2d58ed05dd745c1;p=nssm.git Corrected priority documentation. The correct function name is SetPriorityClass() not SetProcessPriorityClass(). --- diff --git a/README.txt b/README.txt index 98cec77..7ed473e 100644 --- a/README.txt +++ b/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\\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. diff --git a/messages.mc b/messages.mc index 1654085..9520125 100644 Binary files a/messages.mc and b/messages.mc differ