services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have...
commit1c89dacf9c032e2d8e727f75eeb292c463fc2689
authorRob Shearman <robertshearman@gmail.com>
Tue, 24 Mar 2009 11:26:12 +0000 (24 11:26 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Mar 2009 12:11:41 +0000 (24 13:11 +0100)
tree52c6943172dd55b78a1a3b6f638556bc57c9e386
parentb9587e69e406b216c90d0440569fca120c44d502
services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer.

They also should not have two parameters for specifying the size of the buffer.

The buffer size should also not include in the nul-terminating character.
dlls/advapi32/service.c
include/wine/svcctl.idl
programs/services/rpc.c