// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_1_H #define WINRT_Windows_ApplicationModel_UserDataTasks_DataProvider_1_H #include "winrt/impl/Windows.ApplicationModel.UserDataTasks.DataProvider.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::UserDataTasks::DataProvider { struct WINRT_IMPL_EMPTY_BASES IUserDataTaskDataProviderConnection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskDataProviderConnection(std::nullptr_t = nullptr) noexcept {} IUserDataTaskDataProviderConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskDataProviderTriggerDetails : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskDataProviderTriggerDetails(std::nullptr_t = nullptr) noexcept {} IUserDataTaskDataProviderTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListCompleteTaskRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListCompleteTaskRequest(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListCompleteTaskRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListCompleteTaskRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListCompleteTaskRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListCompleteTaskRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListCreateOrUpdateTaskRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListCreateOrUpdateTaskRequest(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListCreateOrUpdateTaskRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListCreateOrUpdateTaskRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListCreateOrUpdateTaskRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListCreateOrUpdateTaskRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListDeleteTaskRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListDeleteTaskRequest(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListDeleteTaskRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListDeleteTaskRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListDeleteTaskRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListDeleteTaskRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListSkipOccurrenceRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListSkipOccurrenceRequest(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListSkipOccurrenceRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListSkipOccurrenceRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListSkipOccurrenceRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListSkipOccurrenceRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListSyncManagerSyncRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListSyncManagerSyncRequest(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListSyncManagerSyncRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataTaskListSyncManagerSyncRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataTaskListSyncManagerSyncRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IUserDataTaskListSyncManagerSyncRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif