summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-05 23:01:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:23 -0500
commit31fa87f23b68785665411ab49dee5f920b239a5c (patch)
tree335ea5f8176a3f8293f17183790581dd2e319aa2 /source4/librpc/idl/winreg.idl
parentd87e1306c5cbfcbcd80d3f527aa4412aedfb9dcf (diff)
downloadsamba-31fa87f23b68785665411ab49dee5f920b239a5c.tar.gz
samba-31fa87f23b68785665411ab49dee5f920b239a5c.tar.bz2
samba-31fa87f23b68785665411ab49dee5f920b239a5c.zip
r9146: - enable winreg pipe from ejs
- map the result code from rpc calls into the ejs objects - treat winreg_String like lsa_String, hiding the length elements (This used to be commit 2f6311c9a34db46f9a4b1f31e865a373b15702bf)
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-rw-r--r--source4/librpc/idl/winreg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index 1f31d17f8c..a6caf22b9b 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -14,7 +14,7 @@
depends(lsa,initshutdown)
] interface winreg
{
- typedef struct {
+ typedef [public,noejs] struct {
[value(strlen_m_term(name)*2)] uint16 name_len;
[value(strlen_m_term(name)*2)] uint16 name_size;
unistr *name;