mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:22:58 +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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!pcbBytesNeeded || !lpServicesReturned || !lpResumeHandle)
|
if (!pcbBytesNeeded || !lpServicesReturned)
|
||||||
{
|
{
|
||||||
SetLastError(ERROR_INVALID_ADDRESS);
|
SetLastError(ERROR_INVALID_ADDRESS);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue