s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.
[amitay/samba.git] / source3 / include / rpc_svcctl.h
index 303b126a54f9616117f7d66e1d3e45b77816bfcc..4f36d236447ce9c914de2020b4a6c7e050b797b6 100644 (file)
 
 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 */