Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
How do I stop or start another windows services with c++

c++ code please :(
Posted

1 solution

Evrything is done through the service control manager (SCM)

2 minutes with google would have found this for you

start - http://msdn.microsoft.com/en-us/library/ms686315(v=vs.85).aspx[^]

stop - http://msdn.microsoft.com/en-us/library/ms686335(v=vs.85).aspx[^]

'g'
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900