Top "Wm-copydata" questions

Use WM_COPYDATA to send data between processes

I wish to send text between processes. I have found lots of examples of this but none that I can …

c++ windows ipc wm-copydata
C# to C++ process with WM_COPYDATA passing struct with strings

From 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-copydata
Sending a struct from C++ to WPF using WM_COPYDATA

I 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