From fb211b52fe1d43c630ac36ba9a551de5c4a19864 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Sep 2006 13:37:52 +0000 Subject: r18468: Add IDL for dfs_EnumEx. Still lacks test(s) (This used to be commit 79b6001f919d398e52ceec29f5ebe6f0018e5660) --- source4/librpc/idl/dfs.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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(); -- cgit