mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +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
|
||||
;QueryAllTracesW
|
||||
QueryRecoveryAgentsOnEncryptedFile@8
|
||||
;QueryServiceConfig2A
|
||||
;QueryServiceConfig2W
|
||||
;QueryServiceConfig2A@20
|
||||
QueryServiceConfig2W@20
|
||||
QueryServiceConfigA@16
|
||||
QueryServiceConfigW@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue