summaryrefslogtreecommitdiffstats
path: root/source/librpc/gen_ndr/svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-20 01:35:58 +0100
committerGünther Deschner <gd@samba.org>2008-03-20 01:35:58 +0100
commitfe7203090c0c51e4561a3b5ce0d5d131d280ba8e (patch)
tree8157a6944bdf219e3a28669fbc5685ca2e5d4c6a /source/librpc/gen_ndr/svcctl.h
parent46bfded43dcabdd2302d82920fb2a37c41e58126 (diff)
downloadsamba-fe7203090c0c51e4561a3b5ce0d5d131d280ba8e.tar.gz
samba-fe7203090c0c51e4561a3b5ce0d5d131d280ba8e.tar.xz
samba-fe7203090c0c51e4561a3b5ce0d5d131d280ba8e.zip
Re-run make idl.
Guenther
Diffstat (limited to 'source/librpc/gen_ndr/svcctl.h')
-rw-r--r--source/librpc/gen_ndr/svcctl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/librpc/gen_ndr/svcctl.h b/source/librpc/gen_ndr/svcctl.h
index c13e96b2a0c..fad51c446b1 100644
--- a/source/librpc/gen_ndr/svcctl.h
+++ b/source/librpc/gen_ndr/svcctl.h
@@ -274,13 +274,13 @@ struct svcctl_EnumDependentServicesW {
struct {
struct policy_handle *service;/* [ref] */
uint32_t state;
- uint32_t buf_size;
+ uint32_t buf_size;/* [range(0,0x40000)] */
} in;
struct {
- struct ENUM_SERVICE_STATUS *service_status;/* [unique] */
- uint32_t *bytes_needed;/* [ref] */
- uint32_t *services_returned;/* [ref] */
+ uint8_t *service_status;/* [ref,size_is(buf_size)] */
+ uint32_t *bytes_needed;/* [ref,range(0,0x40000)] */
+ uint32_t *services_returned;/* [ref,range(0,0x40000)] */
WERROR result;
} out;