[SERVICES]
[reactos.git] / 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 */