summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/protected_storage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/protected_storage.idl')
-rw-r--r--source4/librpc/idl/protected_storage.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/librpc/idl/protected_storage.idl b/source4/librpc/idl/protected_storage.idl
new file mode 100644
index 0000000000..aaf223bbb2
--- /dev/null
+++ b/source4/librpc/idl/protected_storage.idl
@@ -0,0 +1,15 @@
+#include "idl_types.h"
+
+/*
+ protected_storage interface definitions
+*/
+
+[ uuid(e3514235-4b06-11d1-ab04-00c04fc2dcd2),
+ version(4.0),
+ pointer_default(unique)
+] interface protected_storage
+{
+ /*****************************/
+ /* Function 0x00 */
+ WERROR ps_XXX ();
+}