Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Microsoft.UI.Composition.SystemBackdrops.2.h
T
2026-01-27 23:46:02 -08:00

61 lines
3.0 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT
// v2.0.250303.1
#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/Microsoft.UI.Composition.SystemBackdrops.1.h"
#include "winrt/impl/Windows.Foundation.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,
winrt::Microsoft::UI::Composition::SystemBackdrops::
IDesktopAcrylicController2,
winrt::Microsoft::UI::Composition::SystemBackdrops::
IDesktopAcrylicController3,
winrt::Windows::Foundation::IClosable,
winrt::Microsoft::UI::Composition::SystemBackdrops::
ISystemBackdropController,
winrt::Microsoft::UI::Composition::SystemBackdrops::
ISystemBackdropControllerWithTargets,
winrt::Microsoft::UI::IClosableNotifier> {
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,
winrt::Microsoft::UI::Composition::SystemBackdrops::
IMicaController2,
winrt::Windows::Foundation::IClosable,
winrt::Microsoft::UI::Composition::SystemBackdrops::
ISystemBackdropController,
winrt::Microsoft::UI::Composition::SystemBackdrops::
ISystemBackdropControllerWithTargets,
winrt::Microsoft::UI::IClosableNotifier> {
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