mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00:00
- Ignore lpResult parameter
svn path=/trunk/; revision=39421
This commit is contained in:
parent
e35599aa1e
commit
d54988a73d
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ EnumServicesStatusA(SC_HANDLE hSCManager,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
if (!pcbBytesNeeded || !lpServicesReturned || !lpResumeHandle)
|
||||
if (!pcbBytesNeeded || !lpServicesReturned)
|
||||
{
|
||||
SetLastError(ERROR_INVALID_ADDRESS);
|
||||
return FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue