mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 02:10:16 +00:00
[SERVICES] On service start control message, send the service tag
This commit is contained in:
parent
6183774efa
commit
2ee627ba63
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ typedef struct _SCM_CONTROL_PACKET
|
|||
DWORD dwSize;
|
||||
DWORD dwControl;
|
||||
DWORD dwArgumentsCount;
|
||||
DWORD dwServiceTag;
|
||||
SERVICE_STATUS_HANDLE hServiceStatus;
|
||||
DWORD dwServiceNameOffset;
|
||||
DWORD dwArgumentsOffset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue