diff options
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 6 |
1 files changed, 6 insertions, 0 deletions
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, |