0

I have an application which utilises two version of projects one is MFC based and other is win32 based project. For communicating between these two projects I am using SendMessage() with only one input in LPARAM. Is there any way I can send multiple input or array of inputs/object in LPARAM of SendMessage(). I will write the code if required

1
  • Another option is to use shared memory to send data between applications : naughter.com/memmap.html Commented Apr 29, 2016 at 8:34

1 Answer 1

3

Use WM_COPYDATA. The documentation also contains a sample.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.