mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +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
|
@ -1431,6 +1431,7 @@ ScmSendStartCommand(PSERVICE Service,
|
|||
? SERVICE_CONTROL_START_OWN
|
||||
: SERVICE_CONTROL_START_SHARE;
|
||||
ControlPacket->hServiceStatus = (SERVICE_STATUS_HANDLE)Service;
|
||||
ControlPacket->dwServiceTag = Service->dwTag;
|
||||
|
||||
/* Copy the start command line */
|
||||
ControlPacket->dwServiceNameOffset = sizeof(SCM_CONTROL_PACKET);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue