1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Fix IDL for lsa_EnumAccounts.

Guenther
(This used to be commit d4744fe33fa99152f414e6e3a048eb9479f3d2b2)
This commit is contained in:
Günther Deschner 2008-02-14 01:08:40 +01:00
parent f292f3de3f
commit 0b4dbfebaa

View File

@ -297,9 +297,9 @@ import "security.idl";
[public] NTSTATUS lsa_EnumAccounts (
[in] policy_handle *handle,
[in,out] uint32 *resume_handle,
[in,range(0,8192)] uint32 num_entries,
[out] lsa_SidArray *sids
[in,out,ref] uint32 *resume_handle,
[out,ref] lsa_SidArray *sids,
[in,range(0,8192)] uint32 num_entries
);