[SERVICES]
[reactos.git] / reactos / include / reactos / services / services.h
index 38502a1..009c250 100644 (file)
 typedef struct _SCM_CONTROL_PACKET
 {
     DWORD dwControl;
+    SERVICE_STATUS_HANDLE hServiceStatus;
     DWORD dwSize;
     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 */