[SERVICES]

- 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
This commit is contained in:
Eric Kohl 2010-02-28 00:50:47 +00:00
parent 38e5930305
commit 398f34f8cb

View 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 */