summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-21 03:11:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:19:09 -0500
commit7b3ed9e3ed8f38606a372ccf642dcc3601258d9e (patch)
tree21d5d223cc514b5422f9cb17ea11dede5e5af34a /source4
parent1556c70f7b4bc0b0d1917dcaa585907fa77b614a (diff)
downloadsamba-7b3ed9e3ed8f38606a372ccf642dcc3601258d9e.tar.gz
samba-7b3ed9e3ed8f38606a372ccf642dcc3601258d9e.tar.bz2
samba-7b3ed9e3ed8f38606a372ccf642dcc3601258d9e.zip
r18765: Fill in dfs_SetInfo() IDL and align function arguments with the names
found in the documentation. Guenther (This used to be commit 56d16c10ef35eb160528381c81fd4561e49c3531)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/dfs.idl28
1 files changed, 17 insertions, 11 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl
index d08bb12363..671a3088e7 100644
--- a/source4/librpc/idl/dfs.idl
+++ b/source4/librpc/idl/dfs.idl
@@ -34,17 +34,13 @@
/******************/
/* Function: 0x02 */
WERROR dfs_Remove (
- [in] [string,charset(UTF16)] uint16 *path,
- [in,unique] [string,charset(UTF16)] uint16 *server,
- [in,unique] [string,charset(UTF16)] uint16 *share
+ [in] [string,charset(UTF16)] uint16 *dfs_entry_path,
+ [in,unique] [string,charset(UTF16)] uint16 *servername,
+ [in,unique] [string,charset(UTF16)] uint16 *sharename
);
/******************/
/* Function: 0x03 */
- WERROR dfs_SetInfo ();
-
- /******************/
- /* Function: 0x04 */
typedef struct {
} dfs_Info0;
@@ -224,10 +220,20 @@
[case(106)] dfs_Info106 *info106;
} dfs_Info;
+ WERROR dfs_SetInfo (
+ [in] [string,charset(UTF16)] uint16 dfs_entry_path[],
+ [in,unique] [string,charset(UTF16)] uint16 *servername,
+ [in,unique] [string,charset(UTF16)] uint16 *sharename,
+ [in] uint32 level,
+ [in,ref,switch_is(level)] dfs_Info *info
+ );
+
+ /******************/
+ /* Function: 0x04 */
WERROR dfs_GetInfo (
- [in] [string,charset(UTF16)] uint16 path[],
- [in,unique] [string,charset(UTF16)] uint16 *server,
- [in,unique] [string,charset(UTF16)] uint16 *share,
+ [in] [string,charset(UTF16)] uint16 dfs_entry_path[],
+ [in,unique] [string,charset(UTF16)] uint16 *servername,
+ [in,unique] [string,charset(UTF16)] uint16 *sharename,
[in] uint32 level,
[out,switch_is(level)] dfs_Info *info
);
@@ -313,7 +319,7 @@
[in] uint32 flags
);
- /* Function 0x0d */
+ /* Function 0x0d */
WERROR dfs_RemoveStdRoot(
[in] [string,charset(UTF16)] uint16 servername[],
[in] [string,charset(UTF16)] uint16 rootshare[],