summaryrefslogtreecommitdiff
path: root/source3/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
commitd91575bd9cd3b9d9d02c73006cb7fb9a3b879061 (patch)
tree78686c7521bbee2505eaccd615761c7633641dc2 /source3/librpc/gen_ndr/svcctl.h
parent5a9d296f8e8bfbcef510ddcc7e79c2493b43fc61 (diff)
downloadsamba-d91575bd9cd3b9d9d02c73006cb7fb9a3b879061.tar.gz
samba-d91575bd9cd3b9d9d02c73006cb7fb9a3b879061.tar.bz2
samba-d91575bd9cd3b9d9d02c73006cb7fb9a3b879061.zip
Re-run make idl.
Guenther (This used to be commit fe7203090c0c51e4561a3b5ce0d5d131d280ba8e)
Diffstat (limited to 'source3/librpc/gen_ndr/svcctl.h')
-rw-r--r--source3/librpc/gen_ndr/svcctl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/svcctl.h b/source3/librpc/gen_ndr/svcctl.h
index c13e96b2a0..fad51c446b 100644
--- a/source3/librpc/gen_ndr/svcctl.h
+++ b/source3/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;