From 385316a09a6dbb790e5f7cb012614acd42bbbb00 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Jan 2009 19:00:05 +0100 Subject: s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx. Guenther --- source3/include/rpc_svcctl.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 303b126a54..4f36d23644 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -97,13 +97,6 @@ typedef struct SERVICE_STATUS SERVICE_STATUS; -typedef struct { - SERVICE_STATUS status; - uint32 process_id; - uint32 service_flags; -} SERVICE_STATUS_PROCESS; - - typedef struct { UNISTR servicename; UNISTR displayname; @@ -164,19 +157,5 @@ typedef struct { } SVCCTL_R_QUERY_SERVICE_CONFIG2; -/**************************/ - -typedef struct { - POLICY_HND handle; - uint32 level; - uint32 buffer_size; -} SVCCTL_Q_QUERY_SERVICE_STATUSEX; - -typedef struct { - RPC_BUFFER buffer; - uint32 needed; - WERROR status; -} SVCCTL_R_QUERY_SERVICE_STATUSEX; - #endif /* _RPC_SVCCTL_H */ -- cgit