Calling Windows 10 APIs From a Desktop Application

less than 1 minute read

Intro

So here’s a question that generates a lot of confusion. Can PC software written in WPF, WinForms or MFC access the Windows 10 APIs used by the Universal Windows Platform (UWP)?

The answer is yes. There are some exceptions to this rule (and we’ll go over how to find them), but in general you can access the Windows 10 APIs. Or put a different way, there are no secret APIs being kept away from Windows developers.

The Full Article

The full article is hosted on the “Building Apps for Windows” blog and you can access it here.

Direct Link

Leave a Comment