Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
My requirement is to communicate information between metro style foreground app and background process which is also winRT app and vice versa. For example if an event occurs in foreground app i want to send that information to the background process and get response from it.Please help in achieving this communication.If can please provide some code sniplets telling how to achieve this in c++.

Thanks in advance.
Posted

1 solution

Inter process communication is not allowed for Windows Store apps.
Store apps are designed to be isolated.

The only other way is by using the explicitly defined contracts like Search, Share etc.
Read about the contracts here - App contracts and extensions[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900