summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-27 12:08:01 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:30 +0100
commite84236a095324bd5aae46b1fb1d1e40b1c706446 (patch)
tree76d9996b0c2aa59a30aa5d2a3eaeb60239ad2ccd /source4/librpc
parent73ff60a85a6b2d6c47e1f013018f977a9b340c08 (diff)
downloadsamba-e84236a095324bd5aae46b1fb1d1e40b1c706446.tar.gz
samba-e84236a095324bd5aae46b1fb1d1e40b1c706446.tar.bz2
samba-e84236a095324bd5aae46b1fb1d1e40b1c706446.zip
r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().
Guenther (This used to be commit 234b380669a146cfe4a8a28d66c4efafcae93446)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/wkssvc.idl13
1 files changed, 12 insertions, 1 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl
index 8ed0b2443b..3055099538 100644
--- a/source4/librpc/idl/wkssvc.idl
+++ b/source4/librpc/idl/wkssvc.idl
@@ -489,7 +489,18 @@ import "srvsvc.idl", "lsa.idl";
/*****************************/
/* Function 0x14 */
- WERROR WKSSVC_NETRGETJOININFORMATION ();
+ typedef enum {
+ NetSetupUnknownStatus = 0,
+ NetSetupUnjoined = 1,
+ NetSetupWorkgroupName = 2,
+ NetSetupDomainName = 3
+ } wkssvc_NetJoinStatus;
+
+ WERROR wkssvc_NetrGetJoinInformation(
+ [in] [string,charset(UTF16)] uint16 *server_name,
+ [in,out,ref] [string,charset(UTF16)] uint16 **name_buffer,
+ [out,ref] wkssvc_NetJoinStatus *name_type
+ );
/*****************************/
/* Function 0x15 */