简体   繁体   中英

Open AppServices connection from UWP to Win32

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM