summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/gen_ndr/cli_lsa.h')
-rw-r--r--librpc/gen_ndr/cli_lsa.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/librpc/gen_ndr/cli_lsa.h b/librpc/gen_ndr/cli_lsa.h
index d9a7362620..a7eed18911 100644
--- a/librpc/gen_ndr/cli_lsa.h
+++ b/librpc/gen_ndr/cli_lsa.h
@@ -218,7 +218,7 @@ struct tevent_req *rpccli_lsa_LookupSids_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */);
NTSTATUS rpccli_lsa_LookupSids_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
@@ -229,7 +229,7 @@ NTSTATUS rpccli_lsa_LookupSids(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */);
struct tevent_req *rpccli_lsa_CreateSecret_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
@@ -814,7 +814,7 @@ struct tevent_req *rpccli_lsa_LookupSids2_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray2 *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */,
uint32_t _unknown1 /* [in] */,
uint32_t _unknown2 /* [in] */);
@@ -827,7 +827,7 @@ NTSTATUS rpccli_lsa_LookupSids2(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray2 *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */,
uint32_t unknown1 /* [in] */,
uint32_t unknown2 /* [in] */);
@@ -1035,7 +1035,7 @@ struct tevent_req *rpccli_lsa_LookupSids3_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray2 *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */,
uint32_t _unknown1 /* [in] */,
uint32_t _unknown2 /* [in] */);
@@ -1047,7 +1047,7 @@ NTSTATUS rpccli_lsa_LookupSids3(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray2 *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */,
uint32_t unknown1 /* [in] */,
uint32_t unknown2 /* [in] */);