I wish to send text between processes. I have found lots of examples of this but none that I can …
c++ windows ipc wm-copydataFrom a c# program I want to use WM_COPYDATA with SendMessage to communicate with a legacy c++/cli MFC …
c# interop c++-cli marshalling wm-copydataI have a native C++ application that, for the time being simply needs to send its command line string and …
c++ wpf interop marshalling wm-copydata