From 3ccba74549a66d469eff16a524f012d73a7f8aed Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 19 Aug 2004 13:36:22 +0000 Subject: r1920: This needs more inspection by the IDL experts. Reverting my last change. Volker (This used to be commit 5d9b5a2e58cb271ea38de96e2b4b252ded2b1cdf) --- source4/librpc/idl/svcctl.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index d910108f29..ec24290927 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -206,7 +206,7 @@ /*****************/ /* Function 0x11 */ WERROR svcctl_QueryServiceConfigW([in,ref] policy_handle *handle, - [out] uint8 query[buf_size], /*QUERY_SERVICE_CONFIG */ + [out] uint8 query[buf_size], //QUERY_SERVICE_CONFIG [in] uint32 buf_size, [out] uint32 bytes_needed ); @@ -316,7 +316,7 @@ /*****************/ /* Function 0x1d */ WERROR svcctl_QueryServiceConfigA([in,ref] policy_handle *handle, - [out] uint8 query[buf_size], /*QUERYU_SERVICE_CONFIG */ + [out] uint8 query[buf_size], //QUERYU_SERVICE_CONFIG [in] uint32 buf_size, [out] uint32 bytes_needed ); -- cgit