summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 18:33:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:49 -0500
commit8d036f304ed8bbb61be3e26c3670a8c743bd7152 (patch)
tree8c11b09922d94f1bc0b6a17735014c1691399e6b /source4/librpc/idl/samr.idl
parenta0f6e35c1fcaf57cbfabc7d7af8f86b87a51215f (diff)
downloadsamba-8d036f304ed8bbb61be3e26c3670a8c743bd7152.tar.gz
samba-8d036f304ed8bbb61be3e26c3670a8c743bd7152.tar.bz2
samba-8d036f304ed8bbb61be3e26c3670a8c743bd7152.zip
r11099: Replace unistr with [string] equivalent
(This used to be commit 6a8291c80ee814a6bdc092b3ef53f450f30b44a0)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl
index 3ca7d1bd06..1555dadfeb 100644
--- a/source4/librpc/idl/samr.idl
+++ b/source4/librpc/idl/samr.idl
@@ -1084,7 +1084,7 @@
/************************/
/* Function 0x39 */
NTSTATUS samr_Connect2(
- [in] unistr *system_name,
+ [in,string,charset(UTF16)] uint16 *system_name,
[in] uint32 access_mask,
[out,ref] policy_handle *connect_handle
);
@@ -1122,7 +1122,7 @@
/************************/
/* Function 0x3d */
NTSTATUS samr_Connect3(
- [in] unistr *system_name,
+ [in,string,charset(UTF16)] uint16 *system_name,
/* this unknown value seems to be completely ignored by w2k3 */
[in] uint32 unknown,
[in] uint32 access_mask,
@@ -1132,7 +1132,7 @@
/************************/
/* Function 0x3e */
NTSTATUS samr_Connect4(
- [in] unistr *system_name,
+ [in,string,charset(UTF16)] uint16 *system_name,
[in] uint32 unknown,
[in] uint32 access_mask,
[out,ref] policy_handle *connect_handle
@@ -1179,7 +1179,7 @@
} samr_ConnectInfo;
NTSTATUS samr_Connect5(
- [in] unistr *system_name,
+ [in,string,charset(UTF16)] uint16 *system_name,
[in] uint32 access_mask,
[in,out] uint32 level,
[in,out,switch_is(level),ref] samr_ConnectInfo *info,