// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Microsoft_UI_Composition_SystemBackdrops_2_H #define WINRT_Microsoft_UI_Composition_SystemBackdrops_2_H #include "winrt/impl/Microsoft.UI.1.h" #include "winrt/impl/Windows.Foundation.1.h" #include "winrt/impl/Microsoft.UI.Composition.SystemBackdrops.1.h" WINRT_EXPORT namespace winrt::Microsoft::UI::Composition::SystemBackdrops { struct WINRT_IMPL_EMPTY_BASES DesktopAcrylicController : winrt::Microsoft::UI::Composition::SystemBackdrops::IDesktopAcrylicController, impl::require { DesktopAcrylicController(std::nullptr_t) noexcept {} DesktopAcrylicController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::UI::Composition::SystemBackdrops::IDesktopAcrylicController(ptr, take_ownership_from_abi) {} DesktopAcrylicController(); static auto IsSupported(); }; struct WINRT_IMPL_EMPTY_BASES MicaController : winrt::Microsoft::UI::Composition::SystemBackdrops::IMicaController, impl::require { MicaController(std::nullptr_t) noexcept {} MicaController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::UI::Composition::SystemBackdrops::IMicaController(ptr, take_ownership_from_abi) {} MicaController(); static auto IsSupported(); }; struct WINRT_IMPL_EMPTY_BASES SystemBackdropConfiguration : winrt::Microsoft::UI::Composition::SystemBackdrops::ISystemBackdropConfiguration { SystemBackdropConfiguration(std::nullptr_t) noexcept {} SystemBackdropConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Microsoft::UI::Composition::SystemBackdrops::ISystemBackdropConfiguration(ptr, take_ownership_from_abi) {} SystemBackdropConfiguration(); }; } #endif