From 03611c6c9d84b2654481dc51ce2af2665205e755 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 9 Jan 2009 16:22:03 +0100 Subject: s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW. Guenther --- source3/include/rpc_svcctl.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index b12cecb56c..9b5859b07a 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -45,33 +45,5 @@ #define SVCCTL_OPEN_SCMANAGER_A 0x1b */ -/* utility structures for RPCs */ - -typedef struct { - UNISTR servicename; - UNISTR displayname; - struct SERVICE_STATUS status; -} ENUM_SERVICES_STATUS; - -/* rpc structures */ - -/**************************/ - -typedef struct { - POLICY_HND handle; - uint32 type; - uint32 state; - uint32 buffer_size; - uint32 *resume; -} SVCCTL_Q_ENUM_SERVICES_STATUS; - -typedef struct { - RPC_BUFFER buffer; - uint32 needed; - uint32 returned; - uint32 *resume; - WERROR status; -} SVCCTL_R_ENUM_SERVICES_STATUS; - #endif /* _RPC_SVCCTL_H */ -- cgit