// C++/WinRT v2.0.220110.5 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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