From 8bcc939a8c2762abaa31029411e5f2d3e1c385f4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 21 Oct 2008 02:24:07 +0200 Subject: s4-lsa: merge lsa_LookupPrivName from s3 lsa idl. Guenther --- source4/librpc/idl/lsa.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 00e2e7753b..0f22ca7de1 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -764,10 +764,10 @@ import "misc.idl", "security.idl"; /* Function: 0x20 */ - NTSTATUS lsa_LookupPrivName ( + NTSTATUS lsa_LookupPrivName( [in] policy_handle *handle, - [in] lsa_LUID *luid, - [out,unique] lsa_StringLarge *name + [in,ref] lsa_LUID *luid, + [out,ref] lsa_StringLarge **name ); -- cgit