开发者

Communication with running Windows service

开发者 https://www.devze.com 2023-01-06 05:47 出处:网络
How can I communica开发者_如何学编程te with running Windows service without stopping it using native C++? I need to pass integers and strings to service and get integers and to get back integers and s

How can I communica开发者_如何学编程te with running Windows service without stopping it using native C++? I need to pass integers and strings to service and get integers and to get back integers and strings.

Currently I do it through registry, but I would like use another, faster way.

Thank you in advance.


A few options:

  • Communicate via ports
  • Use RPC
  • Use the file system
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号