From 2851e43e4881485b0af418975eca8f01ab27ca3b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 15 Jun 2005 00:54:43 +0000 Subject: r7595: start trying to split out the svcctl functions into separate files for better maintenance; add SERVICE_CONTROL_OPS for spoolss service (This used to be commit 2b0ea30a1a3aebaabd5d328de50e6ad2ef18d45d) --- source3/include/rpc_svcctl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index c49d536e49..ede5d65565 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -111,6 +111,8 @@ #define SVC_STATUS_PROCESS_INFO 0x00000001 +#define SVCCTL_SCRIPT_DIR "/svcctl/" + /* utility structures for RPCs */ typedef struct { @@ -204,7 +206,7 @@ typedef struct { /* functions for enumerating subkeys and values */ WERROR (*stop_service)( void ); WERROR (*start_service) ( void ); - BOOL (*service_status)( SERVICE_STATUS *status ); + WERROR (*service_status)( SERVICE_STATUS *status ); } SERVICE_CONTROL_OPS; /* structure to store the service handle information */ -- cgit