mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
add QueryServiceConfig2W stub to get ros-msconfig working again
svn path=/trunk/; revision=20036
This commit is contained in:
parent
6cdc65dae1
commit
d9fe039238
2 changed files with 21 additions and 2 deletions
|
@ -449,8 +449,8 @@ PrivilegedServiceAuditAlarmW@20
|
||||||
;QueryAllTracesA
|
;QueryAllTracesA
|
||||||
;QueryAllTracesW
|
;QueryAllTracesW
|
||||||
QueryRecoveryAgentsOnEncryptedFile@8
|
QueryRecoveryAgentsOnEncryptedFile@8
|
||||||
;QueryServiceConfig2A
|
;QueryServiceConfig2A@20
|
||||||
;QueryServiceConfig2W
|
QueryServiceConfig2W@20
|
||||||
QueryServiceConfigA@16
|
QueryServiceConfigA@16
|
||||||
QueryServiceConfigW@16
|
QueryServiceConfigW@16
|
||||||
QueryServiceLockStatusA@16
|
QueryServiceLockStatusA@16
|
||||||
|
|
|
@ -1031,6 +1031,25 @@ QueryServiceConfigW(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**********************************************************************
|
||||||
|
* QueryServiceConfig2W
|
||||||
|
*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
BOOL
|
||||||
|
STDCALL
|
||||||
|
QueryServiceConfig2W
|
||||||
|
(
|
||||||
|
SC_HANDLE hService,
|
||||||
|
DWORD dwInfo,
|
||||||
|
LPBYTE lpBuffer,
|
||||||
|
DWORD cbBufSize,
|
||||||
|
LPDWORD pcbBytesNeeded)
|
||||||
|
{
|
||||||
|
DPRINT1("QueryServiceConfigW2 is unimplemented\n");
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* QueryServiceLockStatusA
|
* QueryServiceLockStatusA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue