How to pass data to a running service

  • Thread starter Thread starter Manuel Coca
  • Start date Start date
M

Manuel Coca

I need to pass some data to an running service, the only function that I
find to control de service is ControlService but its receives only the
ControlCode.
 
You need to set up some sort of communication channel that the service listens to such as named pipes or sockets, etc.
 
Back
Top