Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.2.h
T
2026-01-27 23:46:02 -08:00

25 lines
1.0 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT
// v2.0.250303.1
#pragma once
#ifndef WINRT_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_2_H
#define WINRT_Microsoft_Windows_ApplicationModel_Background_UniversalBGTask_2_H
#include "winrt/impl/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.1.h"
#include "winrt/impl/Windows.ApplicationModel.Background.1.h"
WINRT_EXPORT namespace winrt::Microsoft::Windows::ApplicationModel::Background::
UniversalBGTask {
struct WINRT_IMPL_EMPTY_BASES Task
: winrt::Microsoft::Windows::ApplicationModel::Background::
UniversalBGTask::ITask,
impl::require<
Task,
winrt::Windows::ApplicationModel::Background::IBackgroundTask> {
Task(std::nullptr_t) noexcept {}
Task(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Microsoft::Windows::ApplicationModel::Background::
UniversalBGTask::ITask(ptr, take_ownership_from_abi) {}
Task();
};
}
#endif