mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
advapi32: Improve stub for EnumServicesStatusExA a bit.
This commit is contained in:
parent
f918d175af
commit
22e9da0dd7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue