// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_UI_Core_Preview_1_H #define WINRT_Windows_UI_Core_Preview_1_H #include "winrt/impl/Windows.UI.Core.Preview.0.h" WINRT_EXPORT namespace winrt::Windows::UI::Core::Preview { struct WINRT_IMPL_EMPTY_BASES ICoreAppWindowPreview : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICoreAppWindowPreview(std::nullptr_t = nullptr) noexcept {} ICoreAppWindowPreview(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICoreAppWindowPreviewStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICoreAppWindowPreviewStatics(std::nullptr_t = nullptr) noexcept {} ICoreAppWindowPreviewStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISystemNavigationCloseRequestedPreviewEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISystemNavigationCloseRequestedPreviewEventArgs(std::nullptr_t = nullptr) noexcept {} ISystemNavigationCloseRequestedPreviewEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISystemNavigationManagerPreview : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISystemNavigationManagerPreview(std::nullptr_t = nullptr) noexcept {} ISystemNavigationManagerPreview(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ISystemNavigationManagerPreviewStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISystemNavigationManagerPreviewStatics(std::nullptr_t = nullptr) noexcept {} ISystemNavigationManagerPreviewStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif