[ADVAPI32]
authorEric Kohl <eric.kohl@reactos.org>
Sat, 13 Aug 2011 10:53:15 +0000 (10:53 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 13 Aug 2011 10:53:15 +0000 (10:53 +0000)
commit33e3cab77dfe65df0240a78cfb37a6c4e3b391e7
treeb0337284679ec16551c321acb9657055a5c2397e
parent86f6c946e79b2ce2f89dd9b5740bf1eef876d493
[ADVAPI32]
Fix EnumServicesStatusEx[A/W]:
- If lpServices is NULL or cbBufSize is less than sizeof(ENUM_SERVICE_STATUS_PROCESS) pass a pointer to an internal status buffer to REnumServicesStatusExA/W. Adding 'in' and 'unique' attributes in the idl file is NOT an option because this is not compatible with Windows.
- Check the InfoLevel.

svn path=/trunk/; revision=53201
reactos/dll/win32/advapi32/service/scm.c