From 38ce2ef4bb05b463f1a3484665c88ae55bbd7b72 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 21 Nov 2003 02:19:47 +0000 Subject: added 4 more levels to samr_QueryDisplayInfo() (This used to be commit f4cc593a5c7d75adaced2c33dd83c2ec741751be) --- source4/librpc/idl/misc.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/librpc/idl/misc.idl') diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl index 925896fbe1..031ca89821 100644 --- a/source4/librpc/idl/misc.idl +++ b/source4/librpc/idl/misc.idl @@ -48,4 +48,11 @@ interface misc [relative] security_acl *dacl; /* user (discretionary) ACL */ } security_descriptor; + /* we declare this noprint so we can supply + a nicer pretty-print routine */ + typedef [public, noprint] struct { + uint8 data[20]; + } policy_handle; + + } -- cgit