// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_0_H #define WINRT_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_0_H WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Background { struct IBackgroundTaskInstance; } WINRT_EXPORT namespace winrt::Microsoft::Windows::ApplicationModel::Background::UniversalBGTask { struct ITask; struct Task; struct UniversalBackgroundTaskContract; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.Task"; template <> inline constexpr auto& name_v = L"Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.ITask"; template <> inline constexpr auto& name_v = L"Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.UniversalBackgroundTaskContract"; template <> inline constexpr guid guid_v{ 0xD47C97E5,0xA23F,0x5B32,{ 0x8A,0x2E,0xB9,0x3C,0x8C,0xAE,0x42,0x99 } }; // D47C97E5-A23F-5B32-8A2E-B93C8CAE4299 template <> struct default_interface{ using type = winrt::Microsoft::Windows::ApplicationModel::Background::UniversalBGTask::ITask; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Run(void*) noexcept = 0; }; }; template struct consume_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_ITask { auto Run(winrt::Windows::ApplicationModel::Background::IBackgroundTaskInstance const& taskInstance) const; }; template <> struct consume { template using type = consume_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_ITask; }; } #endif