I'm looking for a way to access the Windows.Services.Store Namespace from a Win32 Delphi project that is converted to a UWP app using the Windows Desktop Bridge.
I found a similar question about accessing the namespace using C++: How to access Windows.Services.Store namespace from a Win32 app converted to UWP with the "Project Centennial converter" to enable in-app purchases?
It requires the file Windows.Services.Store.h
which can be found inside the Windows SDK. There is also a corresponding IDL file. I tried several tools to convert on of these files to Delphi but they all failed to parse them.
I'm on Delphi 10 Berlin.
Is there a different way to access Windows.Services.Store
?