// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Storage_FileProperties_1_H #define WINRT_Windows_Storage_FileProperties_1_H #include "winrt/impl/Windows.Storage.FileProperties.0.h" WINRT_EXPORT namespace winrt::Windows::Storage::FileProperties { struct WINRT_IMPL_EMPTY_BASES IBasicProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t { IBasicProperties(std::nullptr_t = nullptr) noexcept {} IBasicProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDocumentProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IDocumentProperties(std::nullptr_t = nullptr) noexcept {} IDocumentProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IGeotagHelperStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IGeotagHelperStatics(std::nullptr_t = nullptr) noexcept {} IGeotagHelperStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IImageProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IImageProperties(std::nullptr_t = nullptr) noexcept {} IImageProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IMusicProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IMusicProperties(std::nullptr_t = nullptr) noexcept {} IMusicProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IStorageItemContentProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IStorageItemContentProperties(std::nullptr_t = nullptr) noexcept {} IStorageItemContentProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IStorageItemExtraProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t { IStorageItemExtraProperties(std::nullptr_t = nullptr) noexcept {} IStorageItemExtraProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IThumbnailProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t { IThumbnailProperties(std::nullptr_t = nullptr) noexcept {} IThumbnailProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVideoProperties : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IVideoProperties(std::nullptr_t = nullptr) noexcept {} IVideoProperties(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif