summaryrefslogtreecommitdiff
path: root/librpc/idl/svcctl.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 11:24:10 +0100
committerGünther Deschner <gd@samba.org>2008-11-17 13:15:31 +0100
commit880e232e7ea57531bd9dcb26f130a174534eea6a (patch)
treed40474e0c9e57b8ce29d4ecac766ee3589f637ba /librpc/idl/svcctl.idl
parent2d44f72c337f9877ce5931893914d47c437d205a (diff)
downloadsamba-880e232e7ea57531bd9dcb26f130a174534eea6a.tar.gz
samba-880e232e7ea57531bd9dcb26f130a174534eea6a.tar.bz2
samba-880e232e7ea57531bd9dcb26f130a174534eea6a.zip
svcctl: fix idl for svcctl_QueryServiceStatusEx.
Guenther
Diffstat (limited to 'librpc/idl/svcctl.idl')
-rw-r--r--librpc/idl/svcctl.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl
index fa8e10988c..5050098518 100644
--- a/librpc/idl/svcctl.idl
+++ b/librpc/idl/svcctl.idl
@@ -545,9 +545,9 @@ import "misc.idl", "security.idl";
WERROR svcctl_QueryServiceStatusEx(
[in,ref] policy_handle *handle,
[in] uint32 info_level,
- [out] uint8 buffer[buf_size],
- [in] uint32 buf_size,
- [out,ref] uint32 *bytes_needed
+ [out,ref,size_is(buf_size)] uint8 *buffer,
+ [in] [range(0,8192)] uint32 buf_size,
+ [out,ref] [range(0,8192)] uint32 *bytes_needed
);
/*****************/