svn commit: samba r18762 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Thu Sep 21 02:10:03 GMT 2006


Author: gd
Date: 2006-09-21 02:10:02 +0000 (Thu, 21 Sep 2006)
New Revision: 18762

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18762

Log:
Fillin standalone DFS root functions IDL.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-21 01:49:18 UTC (rev 18761)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-21 02:10:02 UTC (rev 18762)
@@ -305,17 +305,31 @@
 	/* Function 0x0b */
 	WERROR dfs_RemoveFtRoot();
 
-	/* Function 0x0c */
-	WERROR dfs_AddStdRoot();
-
-	/* Function 0x0d */
-	WERROR dfs_RemoveStdRoot();
-
+	/* Function 0x0c */ 
+	WERROR dfs_AddStdRoot(
+		[in]		[string,charset(UTF16)] uint16 servername[],
+		[in]		[string,charset(UTF16)] uint16 rootshare[],
+		[in]		[string,charset(UTF16)] uint16 comment[],
+		[in]		uint32 flags
+		);
+ 
+ 	/* Function 0x0d */
+	WERROR dfs_RemoveStdRoot(
+		[in]		[string,charset(UTF16)] uint16 servername[],
+		[in]		[string,charset(UTF16)] uint16 rootshare[],
+		[in]		uint32 flags
+		);
+ 
 	/* Function 0x0e */
 	WERROR dfs_ManagerInitialize();
 
 	/* Function 0x0f */
-	WERROR dfs_AddStdRootForced();
+	WERROR dfs_AddStdRootForced(
+		[in]		[string,charset(UTF16)] uint16 servername[],
+		[in]		[string,charset(UTF16)] uint16 rootshare[],
+		[in]		[string,charset(UTF16)] uint16 comment[],
+		[in]		[string,charset(UTF16)] uint16 store[] /* C:\\whatever */
+		);
 
 	/* Function 0x10 */
 	WERROR dfs_GetDcAddress();



More information about the samba-cvs mailing list