diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-24 22:32:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:18 -0500 |
commit | dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1 (patch) | |
tree | 1b5d55b6024c5e958204c704bc30dc98a84a8d6d /source3/include | |
parent | 445a9729f03117afdaa141a6d074d8af064b4399 (diff) | |
download | samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.tar.gz samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.tar.bz2 samba-dbb5a1fdabf8e66343cd2a4a2dda79cef95e14b1.zip |
r6046: $ net -S block -U % -W VALE rpc service status spooler
spooler service is SVCCTL_RUNNING.
Configuration details:
Service Type = 0x110
Start Type = 0x2
Error Control = 0x1
Tag ID = 0x0
Executable Path = C:\WINNT\system32\spoolsv.exe
Load Order Group = SpoolerGroup
Dependencies = RPCSS/
Start Name = LocalSystem
Display Name = Print Spooler
(This used to be commit b921bf568835042a43bb0bcb2abd9d36c9d2e43f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_svcctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 069d544b1f..6fcfd6f52d 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -148,7 +148,7 @@ typedef struct { typedef struct { POLICY_HND handle; UNISTR2 servicename; - uint32 access_mask; + uint32 access; } SVCCTL_Q_OPEN_SERVICE; typedef struct { |