Open AppServices connection from UWP to Win32

113 Views Asked by At

I've been working with AppServices. I know that I can open a connection from a Win32 process to a UWP. But I need it the other way around. Is it possible to open a AppServices connection from a UWP -> Win32?

Thanks in advance

1

There are 1 best solutions below

0
On BEST ANSWER

Is it possible to open a AppServices connection from a UWP -> Win32?

No. First, you can't register the appservice in your win32 application. And you can't handle the connection request in the win32 app as well because it requires BackgroundActivated event.