I have native win32 application that starts Qt exe application with (probably ) CreateProcess function
The Qt application doing some work , now when the Qt application done its job I need it somehow to signal back with returned parameter
String type . what is the best way to implement such thing ?