// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_SocialInfo_Provider_0_H #define WINRT_Windows_ApplicationModel_SocialInfo_Provider_0_H WINRT_EXPORT namespace winrt::Windows::ApplicationModel::SocialInfo { struct SocialFeedContent; enum class SocialFeedKind : int32_t; enum class SocialFeedUpdateMode : int32_t; struct SocialItemThumbnail; } WINRT_EXPORT namespace winrt::Windows::Foundation { struct IAsyncAction; struct Uri; } WINRT_EXPORT namespace winrt::Windows::ApplicationModel::SocialInfo::Provider { struct ISocialDashboardItemUpdater; struct ISocialFeedUpdater; struct ISocialInfoProviderManagerStatics; struct SocialDashboardItemUpdater; struct SocialFeedUpdater; struct SocialInfoProviderManager; } 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 <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.SocialDashboardItemUpdater"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.SocialFeedUpdater"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.SocialInfoProviderManager"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.ISocialDashboardItemUpdater"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.ISocialFeedUpdater"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.SocialInfo.Provider.ISocialInfoProviderManagerStatics"; template <> inline constexpr guid guid_v{ 0x3CDE9DC9,0x4800,0x46CD,{ 0x86,0x9B,0x19,0x73,0xEC,0x68,0x5B,0xDE } }; // 3CDE9DC9-4800-46CD-869B-1973EC685BDE template <> inline constexpr guid guid_v{ 0x7A0C0AA7,0xED89,0x4BD5,{ 0xA8,0xD9,0x15,0xF4,0xD9,0x86,0x1C,0x10 } }; // 7A0C0AA7-ED89-4BD5-A8D9-15F4D9861C10 template <> inline constexpr guid guid_v{ 0x1B88E52B,0x7787,0x48D6,{ 0xAA,0x12,0xD8,0xE8,0xF4,0x7A,0xB8,0x5A } }; // 1B88E52B-7787-48D6-AA12-D8E8F47AB85A template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::SocialInfo::Provider::ISocialDashboardItemUpdater; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::SocialInfo::Provider::ISocialFeedUpdater; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_OwnerRemoteId(void**) noexcept = 0; virtual int32_t __stdcall get_Content(void**) noexcept = 0; virtual int32_t __stdcall get_Timestamp(int64_t*) noexcept = 0; virtual int32_t __stdcall put_Timestamp(int64_t) noexcept = 0; virtual int32_t __stdcall put_Thumbnail(void*) noexcept = 0; virtual int32_t __stdcall get_Thumbnail(void**) noexcept = 0; virtual int32_t __stdcall CommitAsync(void**) noexcept = 0; virtual int32_t __stdcall get_TargetUri(void**) noexcept = 0; virtual int32_t __stdcall put_TargetUri(void*) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_OwnerRemoteId(void**) noexcept = 0; virtual int32_t __stdcall get_Kind(int32_t*) noexcept = 0; virtual int32_t __stdcall get_Items(void**) noexcept = 0; virtual int32_t __stdcall CommitAsync(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateSocialFeedUpdaterAsync(int32_t, int32_t, void*, void**) noexcept = 0; virtual int32_t __stdcall CreateDashboardItemUpdaterAsync(void*, void**) noexcept = 0; virtual int32_t __stdcall UpdateBadgeCountValue(void*, int32_t) noexcept = 0; virtual int32_t __stdcall ReportNewContentAvailable(void*, int32_t) noexcept = 0; virtual int32_t __stdcall ProvisionAsync(void**) noexcept = 0; virtual int32_t __stdcall DeprovisionAsync(void**) noexcept = 0; }; }; template struct consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialDashboardItemUpdater { [[nodiscard]] auto OwnerRemoteId() const; [[nodiscard]] auto Content() const; [[nodiscard]] auto Timestamp() const; auto Timestamp(winrt::Windows::Foundation::DateTime const& value) const; auto Thumbnail(winrt::Windows::ApplicationModel::SocialInfo::SocialItemThumbnail const& value) const; [[nodiscard]] auto Thumbnail() const; auto CommitAsync() const; [[nodiscard]] auto TargetUri() const; auto TargetUri(winrt::Windows::Foundation::Uri const& value) const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialDashboardItemUpdater; }; template struct consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialFeedUpdater { [[nodiscard]] auto OwnerRemoteId() const; [[nodiscard]] auto Kind() const; [[nodiscard]] auto Items() const; auto CommitAsync() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialFeedUpdater; }; template struct consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialInfoProviderManagerStatics { auto CreateSocialFeedUpdaterAsync(winrt::Windows::ApplicationModel::SocialInfo::SocialFeedKind const& kind, winrt::Windows::ApplicationModel::SocialInfo::SocialFeedUpdateMode const& mode, param::hstring const& ownerRemoteId) const; auto CreateDashboardItemUpdaterAsync(param::hstring const& ownerRemoteId) const; auto UpdateBadgeCountValue(param::hstring const& itemRemoteId, int32_t newCount) const; auto ReportNewContentAvailable(param::hstring const& contactRemoteId, winrt::Windows::ApplicationModel::SocialInfo::SocialFeedKind const& kind) const; auto ProvisionAsync() const; auto DeprovisionAsync() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_SocialInfo_Provider_ISocialInfoProviderManagerStatics; }; } #endif