[SERVICES]
[reactos.git] / reactos / include / reactos / services / services.h
index 38502a1..7c8a972 100644 (file)
@@ -14,6 +14,7 @@
 typedef struct _SCM_CONTROL_PACKET
 {
     DWORD dwControl;
+    SERVICE_STATUS_HANDLE hServiceStatus;
     DWORD dwSize;
     WCHAR szArguments[1];
 } SCM_CONTROL_PACKET, *PSCM_CONTROL_PACKET;