Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
IPC schemes for two Metro Applications in the same package
Archived Forums A-B
>
Building Windows Store apps with C++ (archived)
Question
0
Sign in to vote
What are the IPC schemes that can be used for two Metro Apps from the same package? Can they communicate over traditional sockets?
Tuesday, January 3, 2012 5:45 AM
Answers
0
Sign in to vote
There are no restrictions on using any of the Modern SDK APIs between two processes in the same application package. See
http://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.sockets(v=VS.85).aspx
for more info on using sockets.
John Hazen [MSFT]
Marked as answer by
DavidLamb
Microsoft employee, Moderator
Friday, January 6, 2012 8:39 PM
Thursday, January 5, 2012 8:47 PM