从 Windows 10 桌面以编程方式访问 USSD
Programmatic access to USSD from the Windows 10 Desktop
我有一个 Windows 10 桌面应用程序需要 USSD 访问权限,并且可以获得操作员权限才能使用它。
但是,我不能使用 AT 命令(COM 端口未公开),Windows 桌面移动宽带 API 不提供 USSD。
我想过使用 Windows Runtime USSD 模块,但这需要在桌面应用程序旁边加载 Windows Runtime 应用程序到 运行。 Windows Runtime App可随时被系统关闭,用户从Windows Desktop App开始对话,不会重新启动Runtime App。
有没有更好的方法在 Windows 10 桌面上以编程方式访问 USSD?
谢谢雷蒙德。搜索此 dualapipartition attribute brought me to http://blogs.msdn.com/b/mspfe/archive/2013/09/24/winrt-for-desktop-apps.aspx。此 link 描述了如何调整 Visual Studio 项目以访问多个 WinRT API。
我有一个 Windows 10 桌面应用程序需要 USSD 访问权限,并且可以获得操作员权限才能使用它。 但是,我不能使用 AT 命令(COM 端口未公开),Windows 桌面移动宽带 API 不提供 USSD。 我想过使用 Windows Runtime USSD 模块,但这需要在桌面应用程序旁边加载 Windows Runtime 应用程序到 运行。 Windows Runtime App可随时被系统关闭,用户从Windows Desktop App开始对话,不会重新启动Runtime App。
有没有更好的方法在 Windows 10 桌面上以编程方式访问 USSD?
谢谢雷蒙德。搜索此 dualapipartition attribute brought me to http://blogs.msdn.com/b/mspfe/archive/2013/09/24/winrt-for-desktop-apps.aspx。此 link 描述了如何调整 Visual Studio 项目以访问多个 WinRT API。