I converted Win32 app (C++) to UWP one successfully.
But it can't work read/write file method, so I want to use UWP API from converted app.
Supported UWP APIs for converted desktop apps
I found this sentence "Most UWP APIs work well on converted desktop apps.". But I can't find the way to call UWP API from converted Win32 app.
How to call UWP API from converted Win32 app ?
Thanks.