From ca477a61e7a202ba7df756780149a14c1159a73f Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Sat, 24 Nov 2001 00:13:41 +0000 Subject: added lsaenumprivsaccount and lsalookupprivvalue to rpcclient and more to come ... J.F. (This used to be commit 1748d5a2af1f2dcf718d6f162ed483b001542494) --- source3/include/rpc_lsa.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'source3/include/rpc_lsa.h') diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index a9a28a63ac..f3edac6873 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -570,6 +570,19 @@ typedef struct lsa_r_getsystemaccount } LSA_R_GETSYSTEMACCOUNT; +typedef struct lsa_q_lookupprivvalue +{ + POLICY_HND pol; /* policy handle */ + UNIHDR hdr_right; + UNISTR2 uni2_right; +} LSA_Q_LOOKUPPRIVVALUE; + +typedef struct lsa_r_lookupprivvalue +{ + LUID luid; + NTSTATUS status; +} LSA_R_LOOKUPPRIVVALUE; + #endif /* _RPC_LSA_H */ /* -- cgit