Possible Duplicate:
What is the best mechanism for communicating cross-process in Windows CE?
I created two apps using .net cf 2.0.
And I need send some message\command from one app to other (when second app receive this message I want run some code). How can I do this use only winapi. I don't want use tcp or wcf, only use winapi.