// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Storage_Pickers_Provider_1_H #define WINRT_Windows_Storage_Pickers_Provider_1_H #include "winrt/impl/Windows.Storage.Pickers.Provider.0.h" WINRT_EXPORT namespace winrt::Windows::Storage::Pickers::Provider { struct WINRT_IMPL_EMPTY_BASES IFileOpenPickerUI : winrt::Windows::Foundation::IInspectable, impl::consume_t { IFileOpenPickerUI(std::nullptr_t = nullptr) noexcept {} IFileOpenPickerUI(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IFileRemovedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IFileRemovedEventArgs(std::nullptr_t = nullptr) noexcept {} IFileRemovedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IFileSavePickerUI : winrt::Windows::Foundation::IInspectable, impl::consume_t { IFileSavePickerUI(std::nullptr_t = nullptr) noexcept {} IFileSavePickerUI(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPickerClosingDeferral : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPickerClosingDeferral(std::nullptr_t = nullptr) noexcept {} IPickerClosingDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPickerClosingEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPickerClosingEventArgs(std::nullptr_t = nullptr) noexcept {} IPickerClosingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPickerClosingOperation : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPickerClosingOperation(std::nullptr_t = nullptr) noexcept {} IPickerClosingOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ITargetFileRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { ITargetFileRequest(std::nullptr_t = nullptr) noexcept {} ITargetFileRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ITargetFileRequestDeferral : winrt::Windows::Foundation::IInspectable, impl::consume_t { ITargetFileRequestDeferral(std::nullptr_t = nullptr) noexcept {} ITargetFileRequestDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ITargetFileRequestedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { ITargetFileRequestedEventArgs(std::nullptr_t = nullptr) noexcept {} ITargetFileRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif