Can a WinRT application access a COM outproc server hosted by Desktop application on same machine?
Technical context
- We are on x86/x64 Windows 8 (non ARM).
- WinRT application can be C++/WRL or C++/CX or .Net.
- COM outproc server is hosted by a .Net 4.0 or .Net 2.0 (two different versions) desktop app.
Sub questions
- Is there restriction on exchanged data?
- Is there examples availables?