Hi,
Is there a library that can be used to communicate with the Parent System Process on Windows? Our current Native app' System Process uses "Anonymous Pipes" to communicate with its Child UI process.
- I understand that I can add C++ Bridge/Native code to handle this. Please suggest if there is an alternative.
- Also is it possible to use Golang as Bridge/Native code to handle this IPC part?
Thanks
Lin
Hi,
Is there a library that can be used to communicate with the Parent System Process on Windows? Our current Native app' System Process uses "Anonymous Pipes" to communicate with its Child UI process.
Thanks
Lin