// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_1_H #define WINRT_Windows_ApplicationModel_CommunicationBlocking_1_H #include "winrt/impl/Windows.ApplicationModel.CommunicationBlocking.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::CommunicationBlocking { struct WINRT_IMPL_EMPTY_BASES ICommunicationBlockingAccessManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICommunicationBlockingAccessManagerStatics(std::nullptr_t = nullptr) noexcept {} ICommunicationBlockingAccessManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICommunicationBlockingAppManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICommunicationBlockingAppManagerStatics(std::nullptr_t = nullptr) noexcept {} ICommunicationBlockingAppManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICommunicationBlockingAppManagerStatics2 : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { ICommunicationBlockingAppManagerStatics2(std::nullptr_t = nullptr) noexcept {} ICommunicationBlockingAppManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif