How can i terminate a Services using other service [modified]
-
When a Service called " A " is running in our system. I want to terminate that particular Service using the other Service name " B ". or It is possible to Terminate a Service. Kindly help in this matter. Regards, Chinna -- modified at 6:22 Thursday 11th January, 2007
-
When a Service called " A " is running in our system. I want to terminate that particular Service using the other Service name " B ". or It is possible to Terminate a Service. Kindly help in this matter. Regards, Chinna -- modified at 6:22 Thursday 11th January, 2007
OpenService(), ControlService()
cheers, Neil
-
When a Service called " A " is running in our system. I want to terminate that particular Service using the other Service name " B ". or It is possible to Terminate a Service. Kindly help in this matter. Regards, Chinna -- modified at 6:22 Thursday 11th January, 2007
-
OpenService(), ControlService()
cheers, Neil
Thank you for valuable suggestion, but trhe above functions Service could not terminate. its Open a particular Service and ControlService means it send a reguest to the handler to enable the options of Start, Restart, Stop & etc.... i want to Terminate a running Service. Regards, Chinna
-
-
Thank you for valuable suggestion, I want to Terminate a running Service. Regards, Chinna
-
Thank you for valuable suggestion, but trhe above functions Service could not terminate. its Open a particular Service and ControlService means it send a reguest to the handler to enable the options of Start, Restart, Stop & etc.... i want to Terminate a running Service. Regards, Chinna
What's the difference between stopping and terminating a service? To stop a service use ControlService() with a SERVICE_CONTROL_STOP for dwControl.
cheers, Neil