mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user