// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_CommunicationBlocking_0_H #define WINRT_Windows_ApplicationModel_CommunicationBlocking_0_H WINRT_EXPORT namespace winrt::Windows::Foundation::Collections { template struct WINRT_IMPL_EMPTY_BASES IIterable; } WINRT_EXPORT namespace winrt::Windows::ApplicationModel::CommunicationBlocking { struct ICommunicationBlockingAccessManagerStatics; struct ICommunicationBlockingAppManagerStatics; struct ICommunicationBlockingAppManagerStatics2; struct CommunicationBlockingAccessManager; struct CommunicationBlockingAppManager; struct CommunicationBlockingContract; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAccessManager"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingAppManager"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.ICommunicationBlockingAccessManagerStatics"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.ICommunicationBlockingAppManagerStatics"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.ICommunicationBlockingAppManagerStatics2"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.CommunicationBlocking.CommunicationBlockingContract"; template <> inline constexpr guid guid_v{ 0x1C969998,0x9D2A,0x5DB7,{ 0xED,0xD5,0x0C,0xE4,0x07,0xFC,0x25,0x95 } }; // 1C969998-9D2A-5DB7-EDD5-0CE407FC2595 template <> inline constexpr guid guid_v{ 0x77DB58EC,0x14A6,0x4BAA,{ 0x94,0x2A,0x6A,0x67,0x3D,0x99,0x9B,0xF2 } }; // 77DB58EC-14A6-4BAA-942A-6A673D999BF2 template <> inline constexpr guid guid_v{ 0x14A68EDD,0xED88,0x457A,{ 0xA3,0x64,0xA3,0x63,0x4D,0x6F,0x16,0x6D } }; // 14A68EDD-ED88-457A-A364-A3634D6F166D template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_IsBlockingActive(bool*) noexcept = 0; virtual int32_t __stdcall IsBlockedNumberAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall ShowBlockNumbersUI(void*, bool*) noexcept = 0; virtual int32_t __stdcall ShowUnblockNumbersUI(void*, bool*) noexcept = 0; virtual int32_t __stdcall ShowBlockedCallsUI() noexcept = 0; virtual int32_t __stdcall ShowBlockedMessagesUI() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_IsCurrentAppActiveBlockingApp(bool*) noexcept = 0; virtual int32_t __stdcall ShowCommunicationBlockingSettingsUI() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall RequestSetAsActiveBlockingAppAsync(void**) noexcept = 0; }; }; template struct consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAccessManagerStatics { [[nodiscard]] auto IsBlockingActive() const; auto IsBlockedNumberAsync(param::hstring const& number) const; auto ShowBlockNumbersUI(param::iterable const& phoneNumbers) const; auto ShowUnblockNumbersUI(param::iterable const& phoneNumbers) const; auto ShowBlockedCallsUI() const; auto ShowBlockedMessagesUI() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAccessManagerStatics; }; template struct consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAppManagerStatics { [[nodiscard]] auto IsCurrentAppActiveBlockingApp() const; auto ShowCommunicationBlockingSettingsUI() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAppManagerStatics; }; template struct consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAppManagerStatics2 { auto RequestSetAsActiveBlockingAppAsync() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_CommunicationBlocking_ICommunicationBlockingAppManagerStatics2; }; } #endif