diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-13 13:37:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:34 -0500 |
commit | fb211b52fe1d43c630ac36ba9a551de5c4a19864 (patch) | |
tree | 9257b89df4d7c537c7b9487d46798810014ce463 /source4/librpc/idl | |
parent | 84a56aca154a9c9a7ae9465db739bf173424cef0 (diff) | |
download | samba-fb211b52fe1d43c630ac36ba9a551de5c4a19864.tar.gz samba-fb211b52fe1d43c630ac36ba9a551de5c4a19864.tar.bz2 samba-fb211b52fe1d43c630ac36ba9a551de5c4a19864.zip |
r18468: Add IDL for dfs_EnumEx. Still lacks test(s)
(This used to be commit 79b6001f919d398e52ceec29f5ebe6f0018e5660)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index a39bfe6aa0..82c04ad67a 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -221,7 +221,13 @@ WERROR dfs_Remove2(); /* Function 0x15 */ - WERROR dfs_EnumEx(); + WERROR dfs_EnumEx( + [in,string,charset(UTF16)] uint16 *name, + [in] uint32 level, + [in] uint32 bufsize, + [in,out,unique] dfs_EnumStruct *info, + [in,out,unique] uint32 *total + ); /* Function 0x16 */ WERROR dfs_SetInfo2(); |