// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Storage_Pickers_2_H #define WINRT_Windows_Storage_Pickers_2_H #include "winrt/impl/Windows.Foundation.Collections.1.h" #include "winrt/impl/Windows.Storage.1.h" #include "winrt/impl/Windows.System.1.h" #include "winrt/impl/Windows.Storage.Pickers.1.h" WINRT_EXPORT namespace winrt::Windows::Storage::Pickers { struct WINRT_IMPL_EMPTY_BASES FileExtensionVector : winrt::Windows::Foundation::Collections::IVector { FileExtensionVector(std::nullptr_t) noexcept {} FileExtensionVector(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::Collections::IVector(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES FileOpenPicker : winrt::Windows::Storage::Pickers::IFileOpenPicker, impl::require { FileOpenPicker(std::nullptr_t) noexcept {} FileOpenPicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Storage::Pickers::IFileOpenPicker(ptr, take_ownership_from_abi) {} FileOpenPicker(); using winrt::Windows::Storage::Pickers::IFileOpenPicker::PickSingleFileAsync; using impl::consume_t::PickSingleFileAsync; static auto ResumePickSingleFileAsync(); static auto CreateForUser(winrt::Windows::System::User const& user); }; struct WINRT_IMPL_EMPTY_BASES FilePickerFileTypesOrderedMap : winrt::Windows::Foundation::Collections::IMap> { FilePickerFileTypesOrderedMap(std::nullptr_t) noexcept {} FilePickerFileTypesOrderedMap(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::Collections::IMap>(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES FilePickerSelectedFilesArray : winrt::Windows::Foundation::Collections::IVectorView { FilePickerSelectedFilesArray(std::nullptr_t) noexcept {} FilePickerSelectedFilesArray(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::Collections::IVectorView(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES FileSavePicker : winrt::Windows::Storage::Pickers::IFileSavePicker, impl::require { FileSavePicker(std::nullptr_t) noexcept {} FileSavePicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Storage::Pickers::IFileSavePicker(ptr, take_ownership_from_abi) {} FileSavePicker(); static auto CreateForUser(winrt::Windows::System::User const& user); }; struct WINRT_IMPL_EMPTY_BASES FolderPicker : winrt::Windows::Storage::Pickers::IFolderPicker, impl::require { FolderPicker(std::nullptr_t) noexcept {} FolderPicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Storage::Pickers::IFolderPicker(ptr, take_ownership_from_abi) {} FolderPicker(); static auto CreateForUser(winrt::Windows::System::User const& user); }; } #endif