From 6b7e1ead37b8655cf3cfb52a421461cedb3d0c90 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 28 Jan 1999 21:11:15 +0000 Subject: rpcclient "Service Control Manager" svcenum [-i] command. (This used to be commit a022710f1e3996ecbe6bbe035e1df0bc4c050b34) --- source3/include/rpc_svcctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index dc7d48d6b3..8710a86276 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -58,8 +58,8 @@ typedef struct r_svc_open_sc_man_info typedef struct q_svc_open_service_info { POLICY_HND scman_pol; - UNISTR2 uni_srv_name; /* unicode server name starting with '\\' */ - uint32 des_access; /* 0x80000004 - SC_MANAGER_xxxx */ + UNISTR2 uni_svc_name; /* unicode service name */ + uint32 des_access; /* 0x8000 0001 */ } SVC_Q_OPEN_SERVICE; -- cgit