summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-11 11:56:15 +0100
committerGünther Deschner <gd@samba.org>2008-02-11 19:08:53 +0100
commit96a7bb91505a6ce714dea525845634c4e60fc539 (patch)
tree17b28aa8e613d9e06cc4fc202d1a6e68b64ca0ed /source3/librpc
parentb4dd60efa9d59dc70f0f0e58be6fa769c543d059 (diff)
downloadsamba-96a7bb91505a6ce714dea525845634c4e60fc539.tar.gz
samba-96a7bb91505a6ce714dea525845634c4e60fc539.tar.bz2
samba-96a7bb91505a6ce714dea525845634c4e60fc539.zip
Fix IDL for lsa_LookupPrivDisplayName (based on samba3 code).
Guenther (This used to be commit 64559fbabb7e1e6654540b9176bef462e5f78996)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/lsa.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index 53bf17de95..7cacd644d7 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -653,13 +653,14 @@ import "security.idl";
/*******************/
/* Function: 0x21 */
NTSTATUS lsa_LookupPrivDisplayName (
- [in] policy_handle *handle,
- [in] lsa_String *name,
- [out,unique] lsa_StringLarge *disp_name,
+ [in] policy_handle *handle,
+ [in,ref] lsa_String *name,
+ [in] uint16 language_id,
+ [in] uint16 language_id_sys,
+ [out,ref] lsa_StringLarge **disp_name,
/* see http://www.microsoft.com/globaldev/nlsweb/ for
language definitions */
- [in,out] uint16 *language_id,
- [in] uint16 unknown
+ [out,ref] uint16 *returned_language_id
);
/* Function: 0x22 */