diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-27 05:30:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:50 -0500 |
commit | 661a4a3f6742cf1d249cb49e78410c4121a5407b (patch) | |
tree | 5591c1d8cca86dfe8109b858d008d0ed44e3ecde /source4/librpc/idl/svcctl.idl | |
parent | c3365727100c8fba5589e767081313c67977c4a7 (diff) | |
download | samba-661a4a3f6742cf1d249cb49e78410c4121a5407b.tar.gz samba-661a4a3f6742cf1d249cb49e78410c4121a5407b.tar.bz2 samba-661a4a3f6742cf1d249cb49e78410c4121a5407b.zip |
r3286: filled in more missing SV_TYPE_* defines
(This used to be commit 891d87a71203fcee504875976a4ee61b84579c83)
Diffstat (limited to 'source4/librpc/idl/svcctl.idl')
-rw-r--r-- | source4/librpc/idl/svcctl.idl | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 149971e8af..4910b1f0b9 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -48,23 +48,33 @@ const int SV_TYPE_WORKSTATION = 0x00000001; const int SV_TYPE_SERVER = 0x00000002; + const int SV_TYPE_SQLSERVER = 0x00000004; const int SV_TYPE_DOMAIN_CTRL = 0x00000008; const int SV_TYPE_DOMAIN_BAKCTRL = 0x00000010; const int SV_TYPE_TIME_SOURCE = 0x00000020; const int SV_TYPE_AFP = 0x00000040; + const int SV_TYPE_NOVELL = 0x00000080; + const int SV_TYPE_DOMAIN_MEMBER = 0x00000100; const int SV_TYPE_PRINTQ_SERVER = 0x00000200; const int SV_TYPE_DIALIN_SERVER = 0x00000400; - const int SV_TYPE_XENIX_SERVER = 0x00000800; const int SV_TYPE_SERVER_UNIX = 0x00000800; const int SV_TYPE_NT = 0x00001000; const int SV_TYPE_WFW = 0x00002000; + const int SV_TYPE_SERVER_MFPN = 0x00004000; + const int SV_TYPE_SERVER_NT = 0x00008000; const int SV_TYPE_POTENTIAL_BROWSER = 0x00010000; const int SV_TYPE_BACKUP_BROWSER = 0x00020000; const int SV_TYPE_MASTER_BROWSER = 0x00040000; const int SV_TYPE_DOMAIN_MASTER = 0x00080000; + const int SV_TYPE_SERVER_OSF = 0x00100000; + const int SV_TYPE_SERVER_VMS = 0x00200000; + const int SV_TYPE_WIN95_PLUS = 0x00400000; + const int SV_TYPE_DFS_SERVER = 0x00800000; + const int SV_TYPE_ALTERNATE_XPORT = 0x20000000; const int SV_TYPE_LOCAL_LIST_ONLY = 0x40000000; const int SV_TYPE_DOMAIN_ENUM = 0x80000000; + const int SV_TYPE_ALL = 0xFFFFFFFF; /*****************/ /* Function 0x00 */ |