1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Move MAX_LOOKUP_SIDS to lsa.idl.

Guenther
(This used to be commit 61da5b8c00)
This commit is contained in:
Günther Deschner 2008-02-27 16:03:17 +01:00
parent f0b2ae2a18
commit 1affdac7ca
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,4 @@
LSA_POLICY_VIEW_LOCAL_INFORMATION |\
LSA_POLICY_LOOKUP_NAMES )
/* This number is based on Win2k and later maximum response allowed */
#define MAX_LOOKUP_SIDS 20480 /* 0x5000 */
#endif /* _RPC_LSA_H */

View File

@ -425,6 +425,9 @@ import "security.idl";
[size_is(count)] lsa_TranslatedName *names;
} lsa_TransNameArray;
/* This number is based on Win2k and later maximum response allowed */
const int MAX_LOOKUP_SIDS = 0x5000; /* 20480 */
[public] NTSTATUS lsa_LookupSids (
[in] policy_handle *handle,
[in,ref] lsa_SidArray *sids,