From: Günther Deschner Date: Tue, 2 Sep 2008 12:32:59 +0000 (+0200) Subject: netapi: add NETSETUP_JOIN_STATUS to IDL. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5ab5bf8417412835d879c8a58a7c64e1359646f;p=thirdparty%2Fsamba.git netapi: add NETSETUP_JOIN_STATUS to IDL. Guenther --- 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,