// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3 #ifndef WINRT_Windows_Management_Update_0_H #define WINRT_Windows_Management_Update_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { template struct __declspec(empty_bases) IAsyncOperation; } WINRT_EXPORT namespace winrt::Windows::Foundation::Collections { struct ValueSet; } WINRT_EXPORT namespace winrt::Windows::Management::Update { struct IPreviewBuildsManager; struct IPreviewBuildsManagerStatics; struct IPreviewBuildsState; struct PreviewBuildsManager; struct PreviewBuildsState; } 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.Management.Update.PreviewBuildsManager"; template <> inline constexpr auto& name_v = L"Windows.Management.Update.PreviewBuildsState"; template <> inline constexpr auto& name_v = L"Windows.Management.Update.IPreviewBuildsManager"; template <> inline constexpr auto& name_v = L"Windows.Management.Update.IPreviewBuildsManagerStatics"; template <> inline constexpr auto& name_v = L"Windows.Management.Update.IPreviewBuildsState"; template <> inline constexpr guid guid_v{ 0xFA07DD61,0x7E4F,0x59F7,{ 0x7C,0x9F,0xDE,0xF9,0x05,0x1C,0x5F,0x62 } }; // FA07DD61-7E4F-59F7-7C9F-DEF9051C5F62 template <> inline constexpr guid guid_v{ 0x3E422887,0xB112,0x5A70,{ 0x7D,0xA1,0x97,0xD7,0x8D,0x32,0xAA,0x29 } }; // 3E422887-B112-5A70-7DA1-97D78D32AA29 template <> inline constexpr guid guid_v{ 0xA2F2903E,0xB223,0x5F63,{ 0x75,0x46,0x3E,0x8E,0xAC,0x07,0x0A,0x2E } }; // A2F2903E-B223-5F63-7546-3E8EAC070A2E template <> struct default_interface{ using type = winrt::Windows::Management::Update::IPreviewBuildsManager; }; template <> struct default_interface{ using type = winrt::Windows::Management::Update::IPreviewBuildsState; }; template <> struct abi { struct __declspec(novtable) type : inspectable_abi { virtual int32_t __stdcall get_ArePreviewBuildsAllowed(bool*) noexcept = 0; virtual int32_t __stdcall put_ArePreviewBuildsAllowed(bool) noexcept = 0; virtual int32_t __stdcall GetCurrentState(void**) noexcept = 0; virtual int32_t __stdcall SyncAsync(void**) noexcept = 0; }; }; template <> struct abi { struct __declspec(novtable) type : inspectable_abi { virtual int32_t __stdcall GetDefault(void**) noexcept = 0; virtual int32_t __stdcall IsSupported(bool*) noexcept = 0; }; }; template <> struct abi { struct __declspec(novtable) type : inspectable_abi { virtual int32_t __stdcall get_Properties(void**) noexcept = 0; }; }; template struct consume_Windows_Management_Update_IPreviewBuildsManager { [[nodiscard]] WINRT_IMPL_AUTO(bool) ArePreviewBuildsAllowed() const; WINRT_IMPL_AUTO(void) ArePreviewBuildsAllowed(bool value) const; WINRT_IMPL_AUTO(winrt::Windows::Management::Update::PreviewBuildsState) GetCurrentState() const; WINRT_IMPL_AUTO(winrt::Windows::Foundation::IAsyncOperation) SyncAsync() const; }; template <> struct consume { template using type = consume_Windows_Management_Update_IPreviewBuildsManager; }; template struct consume_Windows_Management_Update_IPreviewBuildsManagerStatics { WINRT_IMPL_AUTO(winrt::Windows::Management::Update::PreviewBuildsManager) GetDefault() const; WINRT_IMPL_AUTO(bool) IsSupported() const; }; template <> struct consume { template using type = consume_Windows_Management_Update_IPreviewBuildsManagerStatics; }; template struct consume_Windows_Management_Update_IPreviewBuildsState { [[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::Collections::ValueSet) Properties() const; }; template <> struct consume { template using type = consume_Windows_Management_Update_IPreviewBuildsState; }; } #endif