summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winstation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/winstation.idl')
-rw-r--r--source4/librpc/idl/winstation.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl
new file mode 100644
index 0000000000..07ae3bb138
--- /dev/null
+++ b/source4/librpc/idl/winstation.idl
@@ -0,0 +1,15 @@
+/*
+ dnsserver interface definition
+*/
+
+#include "idl_types.h"
+
+[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"),
+ version(1.0),
+ pointer_default(unique),
+ pointer_default_top(unique),
+ helpstring("Terminal Services remote management")
+] interface dnsserver
+{
+ void foo();
+}