Programmatic access to USSD from the Windows 10 Desktop

4k views Asked by At

I have a Windows 10 Desktop application that needs USSD access, and can get operator permission to use it. However, I can’t use AT commands (COM ports are not exposed), and USSD is not offered by the Windows Desktop Mobile Broadband APIs. I thought of using the Windows Runtime USSD module, but this would require a side-loaded Windows Runtime app to run alongside the Desktop app. The Windows Runtime App could be closed by the system at any time, and the user starts the dialogue from the Windows Desktop App, so won’t re-start the Runtime App.

Is there any better way of accessing USSD programmatically on the Windows 10 Desktop?

1

There are 1 answers

0
user3350539 On BEST ANSWER

Thanks Raymond. The search for this dualapipartition attribute brought me to http://blogs.msdn.com/b/mspfe/archive/2013/09/24/winrt-for-desktop-apps.aspx. This link describes how to tweak the Visual Studio project to get access to several WinRT APIs.