@nsivov For enterprise-level cross-platform management tools, such as: Using SystemManagementContract to launch and monitor Win32 processes . Verifying enterprise application licenses through StoreContract .
@Fox2Code [Windows.System.idl](/uploads/8684c0162c7fb0bbeb6038379a48f4ec/Windows.System.idl) [Windows.Services.Store.idl](/uploads/717ddd3f2cd076fac43206525061fd22/Windows.Services.Store.idl)
The attached Windows.System.idl file contains Windows.System.SystemManagementContract, which I propose to append to Wine's include/windows.system.idl. The attached Windows.Services.Store.idl file includes Windows.Services.Store.StoreContract, but it requires importing Windows.Web.Http.idl. Due to recursive imports with missing files, this is currently omitted from Wine.
Thank you for the improvement suggestions. The current interface implementation is indeed incomplete and only temporarily meets the application's runtime requirements. Based on the files I provided, I hope to receive more of your improvement recommendations.