1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r2127: more lsa IDL updates from Richard Renard

This commit is contained in:
Andrew Tridgell 2004-08-31 08:43:28 +00:00 committed by Gerald (Jerry) Carter
parent 253203f58f
commit 5be1b54d15

View File

@ -453,12 +453,32 @@
);
/*******************/
/* Function: 0x21 */
NTSTATUS lsa_LookupPrivDisplayName();
/* in [out] there is a uin16 field
which is not always present.
its value varies */
NTSTATUS lsa_LookupPrivDisplayName (
[in,ref] policy_handle *handle,
[in,ref] lsa_Name *name,
[in] uint16 unknown, /* 0x0409 */
[in] uint16 unknown2, /* 0x0409 */
[out] lsa_Name *disp_name,
[out] uint16 unknown3 /* 0x0409 */
/* [out] uint16 unknown4 */ /* not always present */
);
/* Function: 0x22 */
NTSTATUS lsa_DeleteObject();
/* Function: 0x23 */
NTSTATUS lsa_EnumAccountsWithUserRight();
/*******************/
/* Function: 0x23 */
NTSTATUS lsa_EnumAccountsWithUserRight (
[in,ref] policy_handle *handle,
[in] lsa_Name *name,
[out,ref] lsa_SidArray *sids
);
/* Function: 0x24 */
typedef struct {