From c5ab5bf8417412835d879c8a58a7c64e1359646f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 2 Sep 2008 14:32:59 +0200 Subject: [PATCH] netapi: add NETSETUP_JOIN_STATUS to IDL. Guenther --- source/librpc/idl/libnetapi.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index acd0e57a870..b2c79fc1fad 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -68,6 +68,13 @@ interface libnetapi /* NetGetJoinInformation */ /*******************************************/ + typedef enum { + NetSetupUnknownStatus = 0, + NetSetupUnjoined = 1, + NetSetupWorkgroupName = 2, + NetSetupDomainName = 3 + } NETSETUP_JOIN_STATUS; + [nopush,nopull] NET_API_STATUS NetGetJoinInformation( [in,unique] string *server_name, [out] string **name_buffer, -- 2.47.2