From 72e3f02e7351c621cf67f6caa69bccdb0c58df3e Mon Sep 17 00:00:00 2001 From: Tyler Jaacks Date: Wed, 2 Oct 2024 18:54:11 -0500 Subject: [PATCH] Added Windows.UI.Core.idl it needs modified, does not build. --- .gitignore | 3 +- WinDurango.sln | 5 + WinDurango.sln.bak | 324 ----- dlls/winrt_x/External/Windows.UI.Core.idl | 1316 +++++++++++++++++++++ dlls/winrt_x/winrt_x.vcxproj | 1 + 5 files changed, 1324 insertions(+), 325 deletions(-) delete mode 100644 WinDurango.sln.bak create mode 100644 dlls/winrt_x/External/Windows.UI.Core.idl diff --git a/.gitignore b/.gitignore index 09c6694..d1165b2 100644 --- a/.gitignore +++ b/.gitignore @@ -399,4 +399,5 @@ FodyWeavers.xsd # IDL files /dlls/winrt_x/External/* -!/dlls/winrt_x/External/Windows.Xbox.Media.GameTransportControls.idl \ No newline at end of file +!/dlls/winrt_x/External/Windows.Xbox.Media.GameTransportControls.idl +!/dlls/winrt_x/External/Windows.UI.Core.idl \ No newline at end of file diff --git a/WinDurango.sln b/WinDurango.sln index c792ff1..e45b4fc 100644 --- a/WinDurango.sln +++ b/WinDurango.sln @@ -31,6 +31,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winrt_x", "dlls\winrt_x\win EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MMDevAPI", "dlls\MMDevAPI\MMDevAPI.vcxproj", "{6FD783E4-EA7E-40E6-8782-7C0E90CE6D7A}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{98EA9A03-1072-48C6-9F26-B99BFEC68B89}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM = Debug|ARM diff --git a/WinDurango.sln.bak b/WinDurango.sln.bak deleted file mode 100644 index 0c669e7..0000000 --- a/WinDurango.sln.bak +++ /dev/null @@ -1,324 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.11.35222.181 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kernelx", "dlls\kernelx\kernelx.vcxproj", "{94127830-3A6C-4861-BBD2-20C0D289802D}" - ProjectSection(ProjectDependencies) = postProject - {37489709-8054-4903-9C49-A79846049FC9} = {37489709-8054-4903-9C49-A79846049FC9} - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dlls", "dlls", "{A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d3d12_x", "dlls\d3d12_x\d3d12_x.vcxproj", "{B7848E35-3881-44CC-89B9-C14D32B2BC42}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "etwplus", "dlls\etwplus\etwplus.vcxproj", "{F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "appmodel", "dlls\appmodel\appmodel.vcxproj", "{C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d3d11_x", "dlls\d3d11_x\d3d11_x.vcxproj", "{DD076E76-174E-414F-A47F-01CC84E3FC80}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "thirdparty", "thirdparty", "{097A8A65-AD91-432A-9AF2-58F588E51597}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mfplat", "dlls\mfplat\mfplat.vcxproj", "{A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detours", "thirdparty\Detours\vc\Detours.vcxproj", "{37489709-8054-4903-9C49-A79846049FC9}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winrt_x", "dlls\winrt_x\winrt_x.vcxproj", "{23FA421F-DC63-40BB-8188-2F4B26D7023B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xg_x", "dlls\xg_x\xg_x.vcxproj", "{61147792-3E17-4013-B289-8F7D99BA510F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|ARM64 = Debug|ARM64 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - DebugMDd|ARM = DebugMDd|ARM - DebugMDd|ARM64 = DebugMDd|ARM64 - DebugMDd|x64 = DebugMDd|x64 - DebugMDd|x86 = DebugMDd|x86 - Release|ARM = Release|ARM - Release|ARM64 = Release|ARM64 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - ReleaseMD|ARM = ReleaseMD|ARM - ReleaseMD|ARM64 = ReleaseMD|ARM64 - ReleaseMD|x64 = ReleaseMD|x64 - ReleaseMD|x86 = ReleaseMD|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|ARM.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|ARM.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|ARM64.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|ARM64.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|x64.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|x64.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|x86.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Debug|x86.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|ARM.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|ARM64.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|x64.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|x64.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|x86.ActiveCfg = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.DebugMDd|x86.Build.0 = Debug|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|ARM.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|ARM.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|ARM64.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|ARM64.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|x64.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|x64.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|x86.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.Release|x86.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|ARM.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|ARM64.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|x64.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|x64.Build.0 = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|x86.ActiveCfg = Release|x64 - {94127830-3A6C-4861-BBD2-20C0D289802D}.ReleaseMD|x86.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|ARM.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|ARM.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|ARM64.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|ARM64.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|x64.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|x64.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|x86.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Debug|x86.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|ARM.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|ARM64.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|x64.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|x64.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|x86.ActiveCfg = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.DebugMDd|x86.Build.0 = Debug|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|ARM.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|ARM.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|ARM64.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|ARM64.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|x64.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|x64.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|x86.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.Release|x86.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|ARM.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|ARM64.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|x64.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|x64.Build.0 = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|x86.ActiveCfg = Release|x64 - {B7848E35-3881-44CC-89B9-C14D32B2BC42}.ReleaseMD|x86.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|ARM.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|ARM.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|ARM64.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|ARM64.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|x64.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|x64.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|x86.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Debug|x86.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|ARM.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|ARM64.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|x64.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|x64.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|x86.ActiveCfg = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.DebugMDd|x86.Build.0 = Debug|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|ARM.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|ARM.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|ARM64.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|ARM64.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|x64.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|x64.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|x86.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.Release|x86.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|ARM.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|ARM64.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|x64.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|x64.Build.0 = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|x86.ActiveCfg = Release|x64 - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8}.ReleaseMD|x86.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|ARM.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|ARM.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|ARM64.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|ARM64.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|x64.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|x64.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|x86.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Debug|x86.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|ARM.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|ARM64.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|x64.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|x64.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|x86.ActiveCfg = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.DebugMDd|x86.Build.0 = Debug|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|ARM.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|ARM.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|ARM64.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|ARM64.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|x64.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|x64.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|x86.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.Release|x86.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|ARM.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|ARM64.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|x64.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|x64.Build.0 = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|x86.ActiveCfg = Release|x64 - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9}.ReleaseMD|x86.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|ARM.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|ARM.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|ARM64.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|ARM64.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|x64.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|x64.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|x86.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Debug|x86.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|ARM.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|ARM64.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|x64.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|x64.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|x86.ActiveCfg = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.DebugMDd|x86.Build.0 = Debug|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|ARM.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|ARM.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|ARM64.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|ARM64.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|x64.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|x64.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|x86.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.Release|x86.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|ARM.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|ARM64.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|x64.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|x64.Build.0 = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|x86.ActiveCfg = Release|x64 - {DD076E76-174E-414F-A47F-01CC84E3FC80}.ReleaseMD|x86.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|ARM.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|ARM.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|ARM64.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|ARM64.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|x64.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|x64.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Debug|x86.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|ARM.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|ARM64.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|x64.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|x64.Build.0 = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.DebugMDd|x86.ActiveCfg = Debug|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|ARM.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|ARM.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|ARM64.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|ARM64.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|x64.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|x64.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.Release|x86.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|ARM.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|ARM64.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|x64.ActiveCfg = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|x64.Build.0 = Release|x64 - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D}.ReleaseMD|x86.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Debug|ARM.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Debug|ARM64.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Debug|x64.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Debug|x64.Build.0 = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Debug|x86.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.DebugMDd|x64.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.DebugMDd|x64.Build.0 = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.DebugMDd|x86.ActiveCfg = Debug|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Release|ARM.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Release|ARM64.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Release|x64.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Release|x64.Build.0 = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.Release|x86.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.ReleaseMD|x64.ActiveCfg = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.ReleaseMD|x64.Build.0 = Release|x64 - {37489709-8054-4903-9C49-A79846049FC9}.ReleaseMD|x86.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Debug|ARM.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Debug|ARM64.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Debug|x64.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Debug|x64.Build.0 = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Debug|x86.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.DebugMDd|x64.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.DebugMDd|x64.Build.0 = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.DebugMDd|x86.ActiveCfg = Debug|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Release|ARM.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Release|ARM64.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Release|x64.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Release|x64.Build.0 = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.Release|x86.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.ReleaseMD|x64.ActiveCfg = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.ReleaseMD|x64.Build.0 = Release|x64 - {23FA421F-DC63-40BB-8188-2F4B26D7023B}.ReleaseMD|x86.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|ARM.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|ARM.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|ARM64.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|ARM64.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|x64.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|x64.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Debug|x86.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|ARM.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|ARM.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|ARM64.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|ARM64.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|x64.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|x64.Build.0 = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.DebugMDd|x86.ActiveCfg = Debug|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|ARM.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|ARM.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|ARM64.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|ARM64.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|x64.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|x64.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.Release|x86.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|ARM.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|ARM.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|ARM64.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|ARM64.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|x64.ActiveCfg = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|x64.Build.0 = Release|x64 - {61147792-3E17-4013-B289-8F7D99BA510F}.ReleaseMD|x86.ActiveCfg = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {94127830-3A6C-4861-BBD2-20C0D289802D} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {B7848E35-3881-44CC-89B9-C14D32B2BC42} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {F9420BF5-A0E3-41C4-8EB0-DB81A54CF6D8} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {C4B41A92-2F30-4E8D-8F44-1A82F5C6A7F9} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {DD076E76-174E-414F-A47F-01CC84E3FC80} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {A67D1CEC-9F56-4D53-97C2-88BADEDDB22D} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {37489709-8054-4903-9C49-A79846049FC9} = {097A8A65-AD91-432A-9AF2-58F588E51597} - {23FA421F-DC63-40BB-8188-2F4B26D7023B} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - {61147792-3E17-4013-B289-8F7D99BA510F} = {A46DB9F5-4A23-41CA-98CA-A5DE9DDF012A} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {19991728-E423-4D8D-9EF8-1311EFB03952} - EndGlobalSection -EndGlobal diff --git a/dlls/winrt_x/External/Windows.UI.Core.idl b/dlls/winrt_x/External/Windows.UI.Core.idl new file mode 100644 index 0000000..956a78a --- /dev/null +++ b/dlls/winrt_x/External/Windows.UI.Core.idl @@ -0,0 +1,1316 @@ +// Forward Declare +namespace Windows +{ + namespace Foundation + { + apicontract UniversalApiContract; + } +} +namespace Windows +{ + namespace UI + { + namespace Composition + { + interface IVisualElement; + + runtimeclass Visual; + } + } +} +namespace Windows +{ + namespace UI + { + namespace Input + { + namespace Inking + { + namespace Core + { + runtimeclass CoreInkIndependentInputSource; + } + } + } + } +} +namespace Windows +{ + namespace UI + { + namespace Input + { + namespace Inking + { + runtimeclass InkStrokeInput; + + runtimeclass InkUnprocessedInput; + } + } + } +} +namespace Windows +{ + namespace UI + { + namespace Input + { + runtimeclass KeyboardDeliveryInterceptor; + + runtimeclass PointerPoint; + + runtimeclass TouchpadGesturesController; + } + } +} +namespace Windows +{ + namespace UI + { + namespace Popups + { + interface IUICommand; + + delegate UICommandInvokedHandler; + } + } +} +namespace Windows +{ + namespace UI + { + runtimeclass UIContext; + } +} +namespace Windows +{ + namespace UI + { + namespace Core + { + + delegate DispatchedHandler; + + delegate IdleDispatchedHandler; + + interface IAcceleratorKeyEventArgs; + + interface IAcceleratorKeyEventArgs2; + + interface IAutomationProviderRequestedEventArgs; + + interface IBackRequestedEventArgs; + + interface ICharacterReceivedEventArgs; + + interface IClosestInteractiveBoundsRequestedEventArgs; + + interface ICoreAcceleratorKeys; + + interface ICoreClosestInteractiveBoundsRequested; + + interface ICoreComponentFocusable; + + interface ICoreCursor; + + interface ICoreCursorFactory; + + interface ICoreDispatcher; + + interface ICoreDispatcher2; + + interface ICoreDispatcherWithTaskPriority; + + interface ICoreIndependentInputSourceController; + + interface ICoreIndependentInputSourceControllerStatics; + + interface ICoreInputSourceBase; + + interface ICoreKeyboardInputSource; + + interface ICoreKeyboardInputSource2; + + interface ICorePointerInputSource; + + interface ICorePointerInputSource2; + + interface ICorePointerRedirector; + + interface ICoreTouchHitTesting; + + interface ICoreWindow; + + interface ICoreWindow2; + + interface ICoreWindow3; + + interface ICoreWindow4; + + interface ICoreWindow5; + + interface ICoreWindowDialog; + + interface ICoreWindowDialogFactory; + + interface ICoreWindowEventArgs; + + interface ICoreWindowFlyout; + + interface ICoreWindowFlyoutFactory; + + interface ICoreWindowPopupShowingEventArgs; + + interface ICoreWindowResizeManager; + + interface ICoreWindowResizeManagerLayoutCapability; + + interface ICoreWindowResizeManagerStatics; + + interface ICoreWindowStatic; + + interface ICoreWindowWithContext; + + interface IIdleDispatchedHandlerArgs; + + interface IInitializeWithCoreWindow; + + interface IInputEnabledEventArgs; + + interface IKeyEventArgs; + + interface IKeyEventArgs2; + + interface IPointerEventArgs; + + interface ISystemNavigationManager; + + interface ISystemNavigationManager2; + + interface ISystemNavigationManagerStatics; + + interface ITouchHitTestingEventArgs; + + interface IVisibilityChangedEventArgs; + + interface IWindowActivatedEventArgs; + + interface IWindowSizeChangedEventArgs; + + runtimeclass AcceleratorKeyEventArgs; + + runtimeclass AutomationProviderRequestedEventArgs; + + runtimeclass BackRequestedEventArgs; + + runtimeclass CharacterReceivedEventArgs; + + runtimeclass ClosestInteractiveBoundsRequestedEventArgs; + + runtimeclass CoreAcceleratorKeys; + + runtimeclass CoreComponentInputSource; + + runtimeclass CoreCursor; + + runtimeclass CoreDispatcher; + + runtimeclass CoreIndependentInputSource; + + runtimeclass CoreIndependentInputSourceController; + + runtimeclass CoreWindow; + + runtimeclass CoreWindowDialog; + + runtimeclass CoreWindowEventArgs; + + runtimeclass CoreWindowFlyout; + + runtimeclass CoreWindowPopupShowingEventArgs; + + runtimeclass CoreWindowResizeManager; + + runtimeclass IdleDispatchedHandlerArgs; + + runtimeclass InputEnabledEventArgs; + + runtimeclass KeyEventArgs; + + runtimeclass PointerEventArgs; + + runtimeclass SystemNavigationManager; + + runtimeclass TouchHitTestingEventArgs; + + runtimeclass VisibilityChangedEventArgs; + + runtimeclass WindowActivatedEventArgs; + + runtimeclass WindowSizeChangedEventArgs; + } + } +} + +// Generic instantiations +namespace Windows +{ + namespace UI + { + namespace Core + { + declare + { + interface Windows.Foundation.EventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + + interface Windows.Foundation.TypedEventHandler; + } + } + } +} + +// Type definition +namespace Windows +{ + namespace UI + { + namespace Core + { + [contractversion(1.0)] + apicontract CoreWindowDialogsContract + { + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum AppViewBackButtonVisibility + { + Visible = 0, + Collapsed = 1, + [contract(Windows.Foundation.UniversalApiContract, 6.0)] + Disabled = 2 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreAcceleratorKeyEventType + { + Character = 2, + DeadCharacter = 3, + KeyDown = 0, + KeyUp = 1, + SystemCharacter = 6, + SystemDeadCharacter = 7, + SystemKeyDown = 4, + SystemKeyUp = 5, + UnicodeCharacter = 8 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreCursorType + { + Arrow = 0, + Cross = 1, + Custom = 2, + Hand = 3, + Help = 4, + IBeam = 5, + SizeAll = 6, + SizeNortheastSouthwest = 7, + SizeNorthSouth = 8, + SizeNorthwestSoutheast = 9, + SizeWestEast = 10, + UniversalNo = 11, + UpArrow = 12, + Wait = 13, + [contract(Windows.Foundation.UniversalApiContract, 5.0)] + Pin = 14, + [contract(Windows.Foundation.UniversalApiContract, 5.0)] + Person = 15 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreDispatcherPriority + { + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + Idle = -2, + Low = -1, + Normal = 0, + High = 1 + }; + + [contract(Windows.Foundation.UniversalApiContract, 13.0)] + [flags] + enum CoreIndependentInputFilters + { + None = 0x0, + MouseButton = 0x1, + MouseWheel = 0x2, + MouseHover = 0x4, + PenWithBarrel = 0x8, + PenInverted = 0x10 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [flags] + enum CoreInputDeviceTypes + { + None = 0x0, + Touch = 0x1, + Pen = 0x2, + Mouse = 0x4 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreProcessEventsOption + { + ProcessOneAndAllPending = 0, + ProcessOneIfPresent = 1, + ProcessUntilQuit = 2, + ProcessAllIfPresent = 3 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreProximityEvaluationScore + { + Closest = 0, + Farthest = 2147483647 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [flags] + enum CoreVirtualKeyStates + { + None = 0x0, + Down = 0x1, + Locked = 0x2 + }; + + [contract(Windows.Foundation.UniversalApiContract, 5.0)] + enum CoreWindowActivationMode + { + None = 0, + Deactivated = 1, + ActivatedNotForeground = 2, + ActivatedInForeground = 3 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreWindowActivationState + { + CodeActivated = 0, + Deactivated = 1, + PointerActivated = 2 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + enum CoreWindowFlowDirection + { + LeftToRight = 0, + RightToLeft = 1 + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + struct CorePhysicalKeyStatus + { + UINT32 RepeatCount; + UINT32 ScanCode; + boolean IsExtendedKey; + boolean IsMenuKeyDown; + boolean WasKeyDown; + boolean IsKeyReleased; + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + struct CoreProximityEvaluation + { + INT32 Score; + Windows.Foundation.Point AdjustedPoint; + }; + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(D1F276C4-98D8-4636-BF49-EB79507548E9)] + delegate + HRESULT DispatchedHandler(); + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(A42B0C24-7F21-4ABC-99C1-8F01007F0880)] + delegate + HRESULT IdleDispatchedHandler([in] Windows.UI.Core.IdleDispatchedHandlerArgs* e); + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.AcceleratorKeyEventArgs)] + [uuid(FF1C4C4A-9287-470B-836E-9086E3126ADE)] + interface IAcceleratorKeyEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT EventType([out][retval] Windows.UI.Core.CoreAcceleratorKeyEventType * value); + [propget] HRESULT VirtualKey([out][retval] Windows.System.VirtualKey* value); + [propget] HRESULT KeyStatus([out][retval] Windows.UI.Core.CorePhysicalKeyStatus* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.AcceleratorKeyEventArgs)] + [uuid(D300A9F6-2F7E-4873-A555-166E596EE1C5)] + interface IAcceleratorKeyEventArgs2 : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT DeviceId([out][retval] HSTRING * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.AutomationProviderRequestedEventArgs)] + [uuid(961FF258-21BF-4B42-A298-FA479D4C52E2)] + interface IAutomationProviderRequestedEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT AutomationProvider([out][retval] IInspectable * *value); + [propput] HRESULT AutomationProvider([in] IInspectable* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.BackRequestedEventArgs)] + [uuid(D603D28A-E411-4A4E-BA41-6A327A8675BC)] + interface IBackRequestedEventArgs : IInspectable + { + [propget] HRESULT Handled([out][retval] boolean* value); + [propput] HRESULT Handled([in] boolean value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CharacterReceivedEventArgs)] + [uuid(C584659F-99B2-4BCC-BD33-04E63F42902E)] + interface ICharacterReceivedEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT KeyCode([out][retval] UINT32 * value); + [propget] HRESULT KeyStatus([out][retval] Windows.UI.Core.CorePhysicalKeyStatus* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.ClosestInteractiveBoundsRequestedEventArgs)] + [uuid(347C11D7-F6F8-40E3-B29F-AE50D3E86486)] + interface IClosestInteractiveBoundsRequestedEventArgs : IInspectable + { + [propget] HRESULT PointerPosition([out][retval] Windows.Foundation.Point* value); + [propget] HRESULT SearchBounds([out][retval] Windows.Foundation.Rect* value); + [propget] HRESULT ClosestInteractiveBounds([out][retval] Windows.Foundation.Rect* value); + [propput] HRESULT ClosestInteractiveBounds([in] Windows.Foundation.Rect value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(9FFDF7F5-B8C9-4EF0-B7D2-1DE626561FC8)] + interface ICoreAcceleratorKeys : IInspectable + { + [eventadd] HRESULT AcceleratorKeyActivated([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT AcceleratorKeyActivated([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.CoreComponentInputSource)] + [uuid(F303043A-E8BF-4E8E-AE69-C9DADD57A114)] + interface ICoreClosestInteractiveBoundsRequested : IInspectable + { + [eventadd] HRESULT ClosestInteractiveBoundsRequested([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT ClosestInteractiveBoundsRequested([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreComponentInputSource)] + [uuid(52F96FA3-8742-4411-AE69-79A85F29AC8B)] + interface ICoreComponentFocusable : IInspectable + { + [propget] HRESULT HasFocus([out][retval] boolean* value); + [eventadd] HRESULT GotFocus([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT GotFocus([in] EventRegistrationToken cookie); + [eventadd] HRESULT LostFocus([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT LostFocus([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreCursor)] + [uuid(96893ACF-111D-442C-8A77-B87992F8E2D6)] + interface ICoreCursor : IInspectable + { + [propget] HRESULT Id([out][retval] UINT32* value); + [propget] HRESULT Type([out][retval] Windows.UI.Core.CoreCursorType* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreCursor)] + [uuid(F6359621-A79D-4ED3-8C32-A9EF9D6B76A4)] + interface ICoreCursorFactory : IInspectable + { + HRESULT CreateCursor([in] Windows.UI.Core.CoreCursorType type,[in] UINT32 id,[out][retval] Windows.UI.Core.CoreCursor** cursor); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreDispatcher)] + [uuid(60DB2FA8-B705-4FDE-A7D6-EBBB1891D39E)] + interface ICoreDispatcher : IInspectable + requires + Windows.UI.Core.ICoreAcceleratorKeys + { + [propget] HRESULT HasThreadAccess([out][retval] boolean * value); + HRESULT ProcessEvents([in] Windows.UI.Core.CoreProcessEventsOption options); + HRESULT RunAsync([in] Windows.UI.Core.CoreDispatcherPriority priority,[in] Windows.UI.Core.DispatchedHandler* agileCallback,[out][retval] Windows.Foundation.IAsyncAction** asyncAction); + HRESULT RunIdleAsync([in] Windows.UI.Core.IdleDispatchedHandler* agileCallback,[out][retval] Windows.Foundation.IAsyncAction** asyncAction); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreDispatcher)] + [uuid(6F5E63C7-E3AA-4EAE-B0E0-DCF321CA4B2F)] + interface ICoreDispatcher2 : IInspectable + { + HRESULT TryRunAsync([in] Windows.UI.Core.CoreDispatcherPriority priority,[in] Windows.UI.Core.DispatchedHandler* agileCallback,[out][retval] Windows.Foundation.IAsyncOperation** asyncOperation); + HRESULT TryRunIdleAsync([in] Windows.UI.Core.IdleDispatchedHandler* agileCallback,[out][retval] Windows.Foundation.IAsyncOperation** asyncOperation); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreDispatcher)] + [uuid(BAFAECAD-484D-41BE-BA80-1D58C65263EA)] + interface ICoreDispatcherWithTaskPriority : IInspectable + { + [propget] HRESULT CurrentPriority([out][retval] Windows.UI.Core.CoreDispatcherPriority* value); + [propput] HRESULT CurrentPriority([in] Windows.UI.Core.CoreDispatcherPriority value); + [overload("ShouldYield")] HRESULT ShouldYield([out][retval] boolean* value); + [overload("ShouldYield")] HRESULT ShouldYieldToPriority([in] Windows.UI.Core.CoreDispatcherPriority priority,[out][retval] boolean* value); + HRESULT StopProcessEvents(); + } + + [contract(Windows.Foundation.UniversalApiContract, 13.0)] + [exclusiveto(Windows.UI.Core.CoreIndependentInputSourceController)] + [uuid(0963261C-84FE-578A-83CA-6425309CCDE4)] + interface ICoreIndependentInputSourceController : IInspectable + { + [propget] HRESULT IsTransparentForUncontrolledInput([out][retval] boolean* value); + [propput] HRESULT IsTransparentForUncontrolledInput([in] boolean value); + [propget] HRESULT IsPalmRejectionEnabled([out][retval] boolean* value); + [propput] HRESULT IsPalmRejectionEnabled([in] boolean value); + [propget] HRESULT Source([out][retval] Windows.UI.Core.CoreIndependentInputSource** value); + [overload("SetControlledInput")] HRESULT SetControlledInput([in] Windows.UI.Core.CoreInputDeviceTypes inputTypes); + [overload("SetControlledInput")] HRESULT SetControlledInputWithFilters([in] Windows.UI.Core.CoreInputDeviceTypes inputTypes,[in] Windows.UI.Core.CoreIndependentInputFilters required,[in] Windows.UI.Core.CoreIndependentInputFilters excluded); + } + + [contract(Windows.Foundation.UniversalApiContract, 13.0)] + [exclusiveto(Windows.UI.Core.CoreIndependentInputSourceController)] + [uuid(3EDC4E20-9A8A-5691-8586-FCA4CB57526D)] + interface ICoreIndependentInputSourceControllerStatics : IInspectable + { + HRESULT CreateForVisual([in] Windows.UI.Composition.Visual* visual,[out][retval] Windows.UI.Core.CoreIndependentInputSourceController** result); + HRESULT CreateForIVisualElement([in] Windows.UI.Composition.IVisualElement* visualElement,[out][retval] Windows.UI.Core.CoreIndependentInputSourceController** result); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(9F488807-4580-4BE8-BE68-92A9311713BB)] + interface ICoreInputSourceBase : IInspectable + { + [propget] HRESULT Dispatcher([out][retval] Windows.UI.Core.CoreDispatcher** value); + [propget] HRESULT IsInputEnabled([out][retval] boolean* value); + [propput] HRESULT IsInputEnabled([in] boolean value); + [eventadd] HRESULT InputEnabled([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT InputEnabled([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreComponentInputSource)] + [uuid(231C9088-E469-4DF1-B208-6E490D71CB90)] + interface ICoreKeyboardInputSource : IInspectable + { + HRESULT GetCurrentKeyState([in] Windows.System.VirtualKey virtualKey,[out][retval] Windows.UI.Core.CoreVirtualKeyStates* KeyState); + [eventadd] HRESULT CharacterReceived([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT CharacterReceived([in] EventRegistrationToken cookie); + [eventadd] HRESULT KeyDown([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT KeyDown([in] EventRegistrationToken cookie); + [eventadd] HRESULT KeyUp([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT KeyUp([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.CoreComponentInputSource)] + [uuid(FA24CB94-F963-47A5-8778-207C482B0AFD)] + interface ICoreKeyboardInputSource2 : IInspectable + { + HRESULT GetCurrentKeyEventDeviceId([out][retval] HSTRING* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(BBF1BB18-E47A-48EB-8807-F8F8D3EA4551)] + interface ICorePointerInputSource : IInspectable + { + HRESULT ReleasePointerCapture(); + HRESULT SetPointerCapture(); + [propget] HRESULT HasCapture([out][retval] boolean* value); + [propget] HRESULT PointerPosition([out][retval] Windows.Foundation.Point* value); + [propget] HRESULT PointerCursor([out][retval] Windows.UI.Core.CoreCursor** value); + [propput] HRESULT PointerCursor([in] Windows.UI.Core.CoreCursor* value); + [eventadd] HRESULT PointerCaptureLost([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerCaptureLost([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerEntered([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerEntered([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerExited([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerExited([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerMoved([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerMoved([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerPressed([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerPressed([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerReleased([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerReleased([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerWheelChanged([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerWheelChanged([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 6.0)] + [uuid(D703708A-4516-4786-B1E5-2751D563F997)] + interface ICorePointerInputSource2 : IInspectable + requires + Windows.UI.Core.ICorePointerInputSource + { + [propget] HRESULT DispatcherQueue([out][retval] Windows.System.DispatcherQueue * *value); + } + + [contract(Windows.Foundation.UniversalApiContract, 2.0)] + [uuid(8F9D0C94-5688-4B0C-A9F1-F931F7FA3DC3)] + interface ICorePointerRedirector : IInspectable + { + [eventadd] HRESULT PointerRoutedAway([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerRoutedAway([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerRoutedTo([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerRoutedTo([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerRoutedReleased([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerRoutedReleased([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreComponentInputSource)] + [uuid(B1D8A289-3ACF-4124-9FA3-EA8ABA353C21)] + interface ICoreTouchHitTesting : IInspectable + { + [eventadd] HRESULT TouchHitTesting([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT TouchHitTesting([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(79B9D5F2-879E-4B89-B798-79E47598030C)] + interface ICoreWindow : IInspectable + { + [propget] HRESULT AutomationHostProvider([out][retval] IInspectable** value); + [propget] HRESULT Bounds([out][retval] Windows.Foundation.Rect* value); + [propget] HRESULT CustomProperties([out][retval] Windows.Foundation.Collections.IPropertySet** value); + [propget] HRESULT Dispatcher([out][retval] Windows.UI.Core.CoreDispatcher** value); + [propget] HRESULT FlowDirection([out][retval] Windows.UI.Core.CoreWindowFlowDirection* value); + [propput] HRESULT FlowDirection([in] Windows.UI.Core.CoreWindowFlowDirection value); + [propget] HRESULT IsInputEnabled([out][retval] boolean* value); + [propput] HRESULT IsInputEnabled([in] boolean value); + [propget] HRESULT PointerCursor([out][retval] Windows.UI.Core.CoreCursor** value); + [propput] HRESULT PointerCursor([in] Windows.UI.Core.CoreCursor* value); + [propget] HRESULT PointerPosition([out][retval] Windows.Foundation.Point* value); + [propget] HRESULT Visible([out][retval] boolean* value); + HRESULT Activate(); + HRESULT Close(); + HRESULT GetAsyncKeyState([in] Windows.System.VirtualKey virtualKey,[out][retval] Windows.UI.Core.CoreVirtualKeyStates* KeyState); + HRESULT GetKeyState([in] Windows.System.VirtualKey virtualKey,[out][retval] Windows.UI.Core.CoreVirtualKeyStates* KeyState); + HRESULT ReleasePointerCapture(); + HRESULT SetPointerCapture(); + [eventadd] HRESULT Activated([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT Activated([in] EventRegistrationToken cookie); + [eventadd] HRESULT AutomationProviderRequested([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT AutomationProviderRequested([in] EventRegistrationToken cookie); + [eventadd] HRESULT CharacterReceived([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT CharacterReceived([in] EventRegistrationToken cookie); + [eventadd] HRESULT Closed([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT Closed([in] EventRegistrationToken cookie); + [eventadd] HRESULT InputEnabled([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT InputEnabled([in] EventRegistrationToken cookie); + [eventadd] HRESULT KeyDown([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT KeyDown([in] EventRegistrationToken cookie); + [eventadd] HRESULT KeyUp([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT KeyUp([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerCaptureLost([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerCaptureLost([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerEntered([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerEntered([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerExited([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerExited([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerMoved([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerMoved([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerPressed([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerPressed([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerReleased([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerReleased([in] EventRegistrationToken cookie); + [eventadd] HRESULT TouchHitTesting([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT TouchHitTesting([in] EventRegistrationToken cookie); + [eventadd] HRESULT PointerWheelChanged([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT PointerWheelChanged([in] EventRegistrationToken cookie); + [eventadd] HRESULT SizeChanged([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT SizeChanged([in] EventRegistrationToken cookie); + [eventadd] HRESULT VisibilityChanged([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT VisibilityChanged([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(7C2B1B85-6917-4361-9C02-0D9E3A420B95)] + interface ICoreWindow2 : IInspectable + { + [propput] HRESULT PointerPosition([in] Windows.Foundation.Point value); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(32C20DD8-FAEF-4375-A2AB-32640E4815C7)] + interface ICoreWindow3 : IInspectable + { + [eventadd] HRESULT ClosestInteractiveBoundsRequested([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT ClosestInteractiveBoundsRequested([in] EventRegistrationToken cookie); + HRESULT GetCurrentKeyEventDeviceId([out][retval] HSTRING* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 4.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(35CAF0D0-47F0-436C-AF97-0DD88F6F5F02)] + interface ICoreWindow4 : IInspectable + { + [eventadd] HRESULT ResizeStarted([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT ResizeStarted([in] EventRegistrationToken cookie); + [eventadd] HRESULT ResizeCompleted([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* pCookie); + [eventremove] HRESULT ResizeCompleted([in] EventRegistrationToken cookie); + } + + [contract(Windows.Foundation.UniversalApiContract, 5.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(4B4AE1E1-2E6D-4EAA-BDA1-1C5CC1BEE141)] + interface ICoreWindow5 : IInspectable + { + [propget] HRESULT DispatcherQueue([out][retval] Windows.System.DispatcherQueue** value); + [propget] HRESULT ActivationMode([out][retval] Windows.UI.Core.CoreWindowActivationMode* value); + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowDialog)] + [uuid(E7392CE0-C78D-427E-8B2C-01FF420C69D5)] + interface ICoreWindowDialog : IInspectable + { + [eventadd] HRESULT Showing([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT Showing([in] EventRegistrationToken cookie); + [propget] HRESULT MaxSize([out][retval] Windows.Foundation.Size* value); + [propget] HRESULT MinSize([out][retval] Windows.Foundation.Size* value); + [propget] HRESULT Title([out][retval] HSTRING* value); + [propput] HRESULT Title([in] HSTRING value); + [propget] HRESULT IsInteractionDelayed([out][retval] INT32* value); + [propput] HRESULT IsInteractionDelayed([in] INT32 value); + [propget] HRESULT Commands([out][retval] Windows.Foundation.Collections.IVector** value); + [propget] HRESULT DefaultCommandIndex([out][retval] UINT32* value); + [propput] HRESULT DefaultCommandIndex([in] UINT32 value); + [propget] HRESULT CancelCommandIndex([out][retval] UINT32* value); + [propput] HRESULT CancelCommandIndex([in] UINT32 value); + [propget] HRESULT BackButtonCommand([out][retval] Windows.UI.Popups.UICommandInvokedHandler** value); + [propput] HRESULT BackButtonCommand([in] Windows.UI.Popups.UICommandInvokedHandler* value); + HRESULT ShowAsync([out][retval] Windows.Foundation.IAsyncOperation** asyncInfo); + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowDialog)] + [uuid(CFB2A855-1C59-4B13-B1E5-16E29805F7C4)] + interface ICoreWindowDialogFactory : IInspectable + { + HRESULT CreateWithTitle([in] HSTRING title,[out][retval] Windows.UI.Core.CoreWindowDialog** coreWindowDialog); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(272B1EF3-C633-4DA5-A26C-C6D0F56B29DA)] + interface ICoreWindowEventArgs : IInspectable + { + [propget] HRESULT Handled([out][retval] boolean* value); + [propput] HRESULT Handled([in] boolean value); + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowFlyout)] + [uuid(E89D854D-2050-40BB-B344-F6F355EEB314)] + interface ICoreWindowFlyout : IInspectable + { + [eventadd] HRESULT Showing([in] Windows.Foundation.TypedEventHandler* handler,[out][retval] EventRegistrationToken* cookie); + [eventremove] HRESULT Showing([in] EventRegistrationToken cookie); + [propget] HRESULT MaxSize([out][retval] Windows.Foundation.Size* value); + [propget] HRESULT MinSize([out][retval] Windows.Foundation.Size* value); + [propget] HRESULT Title([out][retval] HSTRING* value); + [propput] HRESULT Title([in] HSTRING value); + [propget] HRESULT IsInteractionDelayed([out][retval] INT32* value); + [propput] HRESULT IsInteractionDelayed([in] INT32 value); + [propget] HRESULT Commands([out][retval] Windows.Foundation.Collections.IVector** value); + [propget] HRESULT DefaultCommandIndex([out][retval] UINT32* value); + [propput] HRESULT DefaultCommandIndex([in] UINT32 value); + [propget] HRESULT BackButtonCommand([out][retval] Windows.UI.Popups.UICommandInvokedHandler** value); + [propput] HRESULT BackButtonCommand([in] Windows.UI.Popups.UICommandInvokedHandler* value); + HRESULT ShowAsync([out][retval] Windows.Foundation.IAsyncOperation** asyncInfo); + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowFlyout)] + [uuid(DEC4C6C4-93E8-4F7C-BE27-CEFAA1AF68A7)] + interface ICoreWindowFlyoutFactory : IInspectable + { + HRESULT Create([in] Windows.Foundation.Point position,[out][retval] Windows.UI.Core.CoreWindowFlyout** coreWindowFlyout); + HRESULT CreateWithTitle([in] Windows.Foundation.Point position,[in] HSTRING title,[out][retval] Windows.UI.Core.CoreWindowFlyout** coreWindowFlyout); + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowPopupShowingEventArgs)] + [uuid(26155FA2-5BA5-4EA4-A3B4-2DC7D63C8E26)] + interface ICoreWindowPopupShowingEventArgs : IInspectable + { + HRESULT SetDesiredSize([in] Windows.Foundation.Size value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowResizeManager)] + [uuid(B8F0B925-B350-48B3-A198-5C1A84700243)] + interface ICoreWindowResizeManager : IInspectable + { + HRESULT NotifyLayoutCompleted(); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowResizeManager)] + [uuid(BB74F27B-A544-4301-80E6-0AE033EF4536)] + interface ICoreWindowResizeManagerLayoutCapability : IInspectable + { + [propput] HRESULT ShouldWaitForLayoutCompletion([in] boolean value); + [propget] HRESULT ShouldWaitForLayoutCompletion([out][retval] boolean* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindowResizeManager)] + [uuid(AE4A9045-6D70-49DB-8E68-46FFBD17D38D)] + interface ICoreWindowResizeManagerStatics : IInspectable + { + HRESULT GetForCurrentView([out][retval] Windows.UI.Core.CoreWindowResizeManager** CoreWindowResizeManager); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(4D239005-3C2A-41B1-9022-536BB9CF93B1)] + interface ICoreWindowStatic : IInspectable + { + HRESULT GetForCurrentThread([out][retval] Windows.UI.Core.CoreWindow** ppWindow); + } + + [contract(Windows.Foundation.UniversalApiContract, 8.0)] + [exclusiveto(Windows.UI.Core.CoreWindow)] + [uuid(9AC40241-3575-4C3B-AF66-E8C529D4D06C)] + interface ICoreWindowWithContext : IInspectable + { + [propget] HRESULT UIContext([out][retval] Windows.UI.UIContext** value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.IdleDispatchedHandlerArgs)] + [uuid(98BB6A24-DC1C-43CB-B4ED-D1C0EB2391F3)] + interface IIdleDispatchedHandlerArgs : IInspectable + { + [propget] HRESULT IsDispatcherIdle([out][retval] boolean* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [uuid(188F20D6-9873-464A-ACE5-57E010F465E6)] + interface IInitializeWithCoreWindow : IInspectable + { + HRESULT Initialize([in] Windows.UI.Core.CoreWindow* window); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.InputEnabledEventArgs)] + [uuid(80371D4F-2FD8-4C24-AA86-3163A87B4E5A)] + interface IInputEnabledEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT InputEnabled([out][retval] boolean * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.KeyEventArgs)] + [uuid(5FF5E930-2544-4A17-BD78-1F2FDEBB106B)] + interface IKeyEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT VirtualKey([out][retval] Windows.System.VirtualKey * value); + [propget] HRESULT KeyStatus([out][retval] Windows.UI.Core.CorePhysicalKeyStatus* value); + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [exclusiveto(Windows.UI.Core.KeyEventArgs)] + [uuid(583ADD98-0790-4571-9B12-645EF9D79E42)] + interface IKeyEventArgs2 : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT DeviceId([out][retval] HSTRING * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.PointerEventArgs)] + [uuid(920D9CB1-A5FC-4A21-8C09-49DFE6FFE25F)] + interface IPointerEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT CurrentPoint([out][retval] Windows.UI.Input.PointerPoint * *value); + [propget] HRESULT KeyModifiers([out][retval] Windows.System.VirtualKeyModifiers* value); + HRESULT GetIntermediatePoints([out][retval] Windows.Foundation.Collections.IVector** value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.SystemNavigationManager)] + [uuid(93023118-CF50-42A6-9706-69107FA122E1)] + interface ISystemNavigationManager : IInspectable + { + [eventadd] HRESULT BackRequested([in] Windows.Foundation.EventHandler* handler,[out][retval] EventRegistrationToken* token); + [eventremove] HRESULT BackRequested([in] EventRegistrationToken token); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.SystemNavigationManager)] + [uuid(8C510401-67BE-49AE-9509-671C1E54A389)] + interface ISystemNavigationManager2 : IInspectable + { + [propget] HRESULT AppViewBackButtonVisibility([out][retval] Windows.UI.Core.AppViewBackButtonVisibility* value); + [propput] HRESULT AppViewBackButtonVisibility([in] Windows.UI.Core.AppViewBackButtonVisibility value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.SystemNavigationManager)] + [uuid(DC52B5CE-BEE0-4305-8C54-68228ED683B5)] + interface ISystemNavigationManagerStatics : IInspectable + { + HRESULT GetForCurrentView([out][retval] Windows.UI.Core.SystemNavigationManager** loader); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.TouchHitTestingEventArgs)] + [uuid(22F3B823-0B7C-424E-9DF7-33D4F962931B)] + interface ITouchHitTestingEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT ProximityEvaluation([out][retval] Windows.UI.Core.CoreProximityEvaluation * value); + [propput] HRESULT ProximityEvaluation([in] Windows.UI.Core.CoreProximityEvaluation value); + [propget] HRESULT Point([out][retval] Windows.Foundation.Point* value); + [propget] HRESULT BoundingBox([out][retval] Windows.Foundation.Rect* value); + [default_overload] [overload("EvaluateProximity")] HRESULT EvaluateProximityToRect([in] Windows.Foundation.Rect controlBoundingBox,[out][retval] Windows.UI.Core.CoreProximityEvaluation* proximityEvaluation); + [overload("EvaluateProximity")] HRESULT EvaluateProximityToPolygon([in] UINT32 __controlVerticesSize,[in][size_is(__controlVerticesSize)] Windows.Foundation.Point* controlVertices,[out][retval] Windows.UI.Core.CoreProximityEvaluation* proximityEvaluation); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.VisibilityChangedEventArgs)] + [uuid(BF9918EA-D801-4564-A495-B1E84F8AD085)] + interface IVisibilityChangedEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT Visible([out][retval] boolean * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.WindowActivatedEventArgs)] + [uuid(179D65E7-4658-4CB6-AA13-41D094EA255E)] + interface IWindowActivatedEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT WindowActivationState([out][retval] Windows.UI.Core.CoreWindowActivationState * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [exclusiveto(Windows.UI.Core.WindowSizeChangedEventArgs)] + [uuid(5A200EC7-0426-47DC-B86C-6F475915E451)] + interface IWindowSizeChangedEventArgs : IInspectable + requires + Windows.UI.Core.ICoreWindowEventArgs + { + [propget] HRESULT Size([out][retval] Windows.Foundation.Size * value); + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass AcceleratorKeyEventArgs + { + [default] interface Windows.UI.Core.IAcceleratorKeyEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + [contract(Windows.Foundation.UniversalApiContract, 3.0)] interface Windows.UI.Core.IAcceleratorKeyEventArgs2; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass AutomationProviderRequestedEventArgs + { + [default] interface Windows.UI.Core.IAutomationProviderRequestedEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass BackRequestedEventArgs + { + [default] interface Windows.UI.Core.IBackRequestedEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass CharacterReceivedEventArgs + { + [default] interface Windows.UI.Core.ICharacterReceivedEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 3.0)] + [marshaling_behavior(standard)] + runtimeclass ClosestInteractiveBoundsRequestedEventArgs + { + [default] interface Windows.UI.Core.IClosestInteractiveBoundsRequestedEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass CoreAcceleratorKeys + { + [default] interface Windows.UI.Core.ICoreAcceleratorKeys; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass CoreComponentInputSource + { + [default] interface Windows.UI.Core.ICoreInputSourceBase; + interface Windows.UI.Core.ICorePointerInputSource; + interface Windows.UI.Core.ICoreKeyboardInputSource; + interface Windows.UI.Core.ICoreComponentFocusable; + interface Windows.UI.Core.ICoreTouchHitTesting; + [contract(Windows.Foundation.UniversalApiContract, 3.0)] interface Windows.UI.Core.ICoreClosestInteractiveBoundsRequested; + [contract(Windows.Foundation.UniversalApiContract, 3.0)] interface Windows.UI.Core.ICoreKeyboardInputSource2; + [contract(Windows.Foundation.UniversalApiContract, 6.0)] interface Windows.UI.Core.ICorePointerInputSource2; + } + + [activatable(Windows.UI.Core.ICoreCursorFactory, Windows.Foundation.UniversalApiContract, 1.0)] + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass CoreCursor + { + [default] interface Windows.UI.Core.ICoreCursor; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass CoreDispatcher + { + [default] interface Windows.UI.Core.ICoreDispatcher; + interface Windows.UI.Core.ICoreAcceleratorKeys; + [contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.UI.Core.ICoreDispatcherWithTaskPriority; + [contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.UI.Core.ICoreDispatcher2; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + runtimeclass CoreIndependentInputSource + { + [default] interface Windows.UI.Core.ICoreInputSourceBase; + interface Windows.UI.Core.ICorePointerInputSource; + [contract(Windows.Foundation.UniversalApiContract, 6.0)] interface Windows.UI.Core.ICorePointerInputSource2; + [contract(Windows.Foundation.UniversalApiContract, 13.0)] interface Windows.UI.Core.ICorePointerRedirector; + } + + [contract(Windows.Foundation.UniversalApiContract, 13.0)] + [marshaling_behavior(agile)] + [static(Windows.UI.Core.ICoreIndependentInputSourceControllerStatics, Windows.Foundation.UniversalApiContract, 13.0)] + [threading(both)] + runtimeclass CoreIndependentInputSourceController + { + [default] interface Windows.UI.Core.ICoreIndependentInputSourceController; + interface Windows.Foundation.IClosable; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + [static(Windows.UI.Core.ICoreWindowStatic, Windows.Foundation.UniversalApiContract, 1.0)] + runtimeclass CoreWindow + { + [default] interface Windows.UI.Core.ICoreWindow; + [contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.UI.Core.ICoreWindow2; + [contract(Windows.Foundation.UniversalApiContract, 2.0)] interface Windows.UI.Core.ICorePointerRedirector; + [contract(Windows.Foundation.UniversalApiContract, 3.0)] interface Windows.UI.Core.ICoreWindow3; + [contract(Windows.Foundation.UniversalApiContract, 4.0)] interface Windows.UI.Core.ICoreWindow4; + [contract(Windows.Foundation.UniversalApiContract, 5.0)] interface Windows.UI.Core.ICoreWindow5; + [contract(Windows.Foundation.UniversalApiContract, 8.0)] interface Windows.UI.Core.ICoreWindowWithContext; + } + + [activatable(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [activatable(Windows.UI.Core.ICoreWindowDialogFactory, Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass CoreWindowDialog + { + [default] interface Windows.UI.Core.ICoreWindowDialog; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass CoreWindowEventArgs + { + [default] interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [activatable(Windows.UI.Core.ICoreWindowFlyoutFactory, Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass CoreWindowFlyout + { + [default] interface Windows.UI.Core.ICoreWindowFlyout; + } + + [contract(Windows.UI.Core.CoreWindowDialogsContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass CoreWindowPopupShowingEventArgs + { + [default] interface Windows.UI.Core.ICoreWindowPopupShowingEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + [static(Windows.UI.Core.ICoreWindowResizeManagerStatics, Windows.Foundation.UniversalApiContract, 1.0)] + runtimeclass CoreWindowResizeManager + { + [default] interface Windows.UI.Core.ICoreWindowResizeManager; + [contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.UI.Core.ICoreWindowResizeManagerLayoutCapability; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass IdleDispatchedHandlerArgs + { + [default] interface Windows.UI.Core.IIdleDispatchedHandlerArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass InputEnabledEventArgs + { + [default] interface Windows.UI.Core.IInputEnabledEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass KeyEventArgs + { + [default] interface Windows.UI.Core.IKeyEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + [contract(Windows.Foundation.UniversalApiContract, 3.0)] interface Windows.UI.Core.IKeyEventArgs2; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass PointerEventArgs + { + [default] interface Windows.UI.Core.IPointerEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(agile)] + [static(Windows.UI.Core.ISystemNavigationManagerStatics, Windows.Foundation.UniversalApiContract, 1.0)] + runtimeclass SystemNavigationManager + { + [default] interface Windows.UI.Core.ISystemNavigationManager; + [contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.UI.Core.ISystemNavigationManager2; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass TouchHitTestingEventArgs + { + [default] interface Windows.UI.Core.ITouchHitTestingEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass VisibilityChangedEventArgs + { + [default] interface Windows.UI.Core.IVisibilityChangedEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass WindowActivatedEventArgs + { + [default] interface Windows.UI.Core.IWindowActivatedEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + + [contract(Windows.Foundation.UniversalApiContract, 1.0)] + [marshaling_behavior(standard)] + runtimeclass WindowSizeChangedEventArgs + { + [default] interface Windows.UI.Core.IWindowSizeChangedEventArgs; + interface Windows.UI.Core.ICoreWindowEventArgs; + } + } + } +} diff --git a/dlls/winrt_x/winrt_x.vcxproj b/dlls/winrt_x/winrt_x.vcxproj index 61f0237..a1f7228 100644 --- a/dlls/winrt_x/winrt_x.vcxproj +++ b/dlls/winrt_x/winrt_x.vcxproj @@ -220,6 +220,7 @@ +