簡體   English   中英

打開從 UWP 到 Win32 的 AppServices 連接

[英]Open AppServices connection from UWP to Win32

我一直在使用 AppServices。 我知道我可以打開從 Win32 進程到 UWP 的連接。但我需要反過來。 是否可以從 UWP -> Win32 打開 AppServices 連接?

提前致謝

是否可以從 UWP -> Win32 打開 AppServices 連接?

不可以。首先,您不能在 win32 應用程序中注冊應用服務。 而且您也無法處理 win32 應用程序中的連接請求,因為它需要 BackgroundActivated 事件。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM