mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[CMAKE]
Fix a definition in svcctl.idl (MSVC) svn path=/branches/cmake-bringup/; revision=50170
This commit is contained in:
@@ -434,7 +434,7 @@ interface svcctl
|
||||
/* Function 17 */
|
||||
DWORD RQueryServiceConfigW(
|
||||
[in] SC_RPC_HANDLE hService,
|
||||
[out, unique, size_is(cbBufSize)] LPBYTE lpServiceConfig,
|
||||
[out, size_is(cbBufSize)] LPBYTE lpServiceConfig,
|
||||
/* FIXME: should be [out] LPQUERY_SERVICE_CONFIGW lpServiceConfig, */
|
||||
[in, range(0, 1024*8)] DWORD cbBufSize,
|
||||
[out] LPBOUNDED_DWORD_8K pcbBytesNeeded);
|
||||
@@ -546,7 +546,7 @@ interface svcctl
|
||||
/* Function 29 */
|
||||
DWORD RQueryServiceConfigA(
|
||||
[in] SC_RPC_HANDLE hService,
|
||||
[out, unique, size_is(cbBufSize)] LPBYTE lpServiceConfig,
|
||||
[out, size_is(cbBufSize)] LPBYTE lpServiceConfig,
|
||||
/* FIXME: should be [out] LPQUERY_SERVICE_CONFIGA lpServiceConfig, */
|
||||
[in, range(0, 1024*8)] DWORD cbBufSize,
|
||||
[out] LPBOUNDED_DWORD_8K pcbBytesNeeded);
|
||||
|
||||
Reference in New Issue
Block a user