advapi32: Improve stub for EnumServicesStatusExA a bit.

oldstable
Louis Lenders 2007-10-13 09:17:02 +01:00 committed by Alexandre Julliard
parent f918d175af
commit 22e9da0dd7
1 changed files with 1 additions and 0 deletions

View File

@ -2162,6 +2162,7 @@ EnumServicesStatusExA(SC_HANDLE hSCManager, SC_ENUM_TYPE InfoLevel, DWORD dwServ
FIXME("%p level=%d type=%x state=%x %p %x %p %p %p %s\n", hSCManager, InfoLevel,
dwServiceType, dwServiceState, lpServices, cbBufSize,
pcbBytesNeeded, lpServicesReturned, lpResumeHandle, debugstr_a(pszGroupName));
*lpServicesReturned = 0;
SetLastError (ERROR_ACCESS_DENIED);
return FALSE;
}