From 7b40bd0a5f7adbca91ce42ae36bb4908a4515fa8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Nov 2003 06:00:15 +0000 Subject: use the "subcontext" magic flag for sec_desc_buf (This used to be commit 05ed2f6dc986111ce448123c91380f9340799ecc) --- source4/librpc/idl/lsa.idl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 7209602728..3628fcb8cc 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -51,6 +51,12 @@ /******************/ /* Function: 0x03 */ + + typedef struct { + uint32 size; + [subcontext] security_descriptor *sd; + } sec_desc_buf; + NTSTATUS lsa_QuerySecObj ( [in,ref] policy_handle *handle, [in] uint32 sec_info, -- cgit