[SERVICES]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 28 Feb 2010 00:50:47 +0000 (00:50 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 28 Feb 2010 00:50:47 +0000 (00:50 +0000)
- Copy service status only once after a control packet has been sent to a service.
- Send a reply packet to the service manager after a control packet has been sent to a service.

svn path=/trunk/; revision=45716

reactos/include/reactos/services/services.h

index 7c8a972..009c250 100644 (file)
@@ -19,6 +19,11 @@ typedef struct _SCM_CONTROL_PACKET
     WCHAR szArguments[1];
 } SCM_CONTROL_PACKET, *PSCM_CONTROL_PACKET;
 
+typedef struct _SCM_REPLY_PACKET
+{
+    DWORD dwError;
+} SCM_REPLY_PACKET, *PSCM_REPLY_PACKET;
+
 #endif /* __SERVICES_SERVICES_H__ */
 
 /* EOF */