- QueryServiceConfig2A/W: Fail if lpBuffer is NULL but cbBufSize is not 0.
authorEric Kohl <eric.kohl@reactos.org>
Fri, 29 Aug 2008 11:15:53 +0000 (11:15 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Fri, 29 Aug 2008 11:15:53 +0000 (11:15 +0000)
commit532fd2c7b0930f777cabaf3545fcdf86b1b8e876
tree2ff851751c3a6d4debc5438042b481a8b1740c21
parente2a4d8be510500e43cb570991304e57364d427e8
- QueryServiceConfig2A/W: Fail if lpBuffer is NULL but cbBufSize is not 0.
- RChangeServiceConfigW: Update the display name if it has been changed.
- RQueryServiceConfigW: Return pointers to empty strings instead of NULL pointers if information is not available.
- RQueryServiceConfig2W: Fail if lpBuffer is NULL.
- Implement RChangeServiceConfigA, RQueryServiceConfigA and RQueryServiceConfig2A.

Patch is based on bug report #3669 by bugboy <marinmnet@hotmail.com>.

svn path=/trunk/; revision=35752
reactos/base/system/services/rpcserver.c
reactos/dll/win32/advapi32/service/scm.c