summaryrefslogtreecommitdiff
path: root/source3/include/rpc_svcctl.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-01-28 21:11:15 +0000
committerLuke Leighton <lkcl@samba.org>1999-01-28 21:11:15 +0000
commit6b7e1ead37b8655cf3cfb52a421461cedb3d0c90 (patch)
treed20d00e08c00b2d5e70b337c8add390c2749bed2 /source3/include/rpc_svcctl.h
parent92aca8b1b7d292d7c558928217f1c8dbbb9dfa87 (diff)
downloadsamba-6b7e1ead37b8655cf3cfb52a421461cedb3d0c90.tar.gz
samba-6b7e1ead37b8655cf3cfb52a421461cedb3d0c90.tar.bz2
samba-6b7e1ead37b8655cf3cfb52a421461cedb3d0c90.zip
rpcclient "Service Control Manager" svcenum [-i] command.
(This used to be commit a022710f1e3996ecbe6bbe035e1df0bc4c050b34)
Diffstat (limited to 'source3/include/rpc_svcctl.h')
-rw-r--r--source3/include/rpc_svcctl.h4
1 files changed, 2 insertions, 2 deletions
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;