diff options
author | Günther Deschner <gd@samba.org> | 2008-10-30 16:20:51 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-31 02:44:27 +0100 |
commit | 7cd5f7331478a5f5ef34931d0adbb9977e0925e3 (patch) | |
tree | 87aec93820cf4ede74445cb8a196b39a9b55b85f /source3/librpc/idl | |
parent | 622650597c2bb37125f5abb03ff9b42db480fbea (diff) | |
download | samba-7cd5f7331478a5f5ef34931d0adbb9977e0925e3.tar.gz samba-7cd5f7331478a5f5ef34931d0adbb9977e0925e3.tar.bz2 samba-7cd5f7331478a5f5ef34931d0adbb9977e0925e3.zip |
s3-srvsvc-idl: fix srvsvc_NetCharDevEnum.
Guenther
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/srvsvc.idl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source3/librpc/idl/srvsvc.idl b/source3/librpc/idl/srvsvc.idl index ef70729e8a..bdc6d50de3 100644 --- a/source3/librpc/idl/srvsvc.idl +++ b/source3/librpc/idl/srvsvc.idl @@ -51,12 +51,16 @@ import "security.idl", "svcctl.idl"; [default] ; } srvsvc_NetCharDevCtr; + typedef struct { + uint32 level; + [switch_is(level)] srvsvc_NetCharDevCtr ctr; + } srvsvc_NetCharDevInfoCtr; + /******************/ /* Function: 0x00 */ WERROR srvsvc_NetCharDevEnum( [in,unique] [string,charset(UTF16)] uint16 *server_unc, - [in,out,ref] uint32 *level, - [in,out,ref,switch_is(*level)] srvsvc_NetCharDevCtr *ctr, + [in,out,ref] srvsvc_NetCharDevInfoCtr *info_ctr, [in] uint32 max_buffer, [out,ref] uint32 *totalentries, [in,out,unique] uint32 *resume_handle |