[SERVMAN]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 23 Apr 2017 17:39:26 +0000 (17:39 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 23 Apr 2017 17:39:26 +0000 (17:39 +0000)
commitf83d61cce0fa130fd6bcd78140502d2186dc5168
tree288dffa1db321b09810448f481b74903e0016a93
parentceaed9f1ec7c3fe2aba948cafe808a50f7321213
[SERVMAN]
- Make a copy of the service list where service and display name strings are separately allocated. We need this to update the service names rather than reload the list when the display name is changed.
- Write the display name, description or binary path to the registry when the user changed them.
- Disable the Edit button after it has been clicked.
- Do not add the service name to the argument vector in the call to StartServiceW. Services.exe already add the service name to the vector.
CORE-12743

svn path=/trunk/; revision=74394
reactos/base/applications/mscutils/servman/listview.c
reactos/base/applications/mscutils/servman/mainwnd.c
reactos/base/applications/mscutils/servman/precomp.h
reactos/base/applications/mscutils/servman/propsheet_general.c
reactos/base/applications/mscutils/servman/query.c
reactos/base/applications/mscutils/servman/start.c