1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r18762: Fillin standalone DFS root functions IDL.

Guenther
(This used to be commit a8a6d7b649)
This commit is contained in:
Günther Deschner 2006-09-21 02:10:02 +00:00 committed by Gerald (Jerry) Carter
parent 13b3421d96
commit 298f487fae

View File

@ -306,16 +306,30 @@
WERROR dfs_RemoveFtRoot();
/* Function 0x0c */
WERROR dfs_AddStdRoot();
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();
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();