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