// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_Resources_Management_0_H #define WINRT_Windows_ApplicationModel_Resources_Management_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { struct Uri; } WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Resources::Management { enum class IndexedResourceType : int32_t { String = 0, Path = 1, EmbeddedData = 2, }; struct IIndexedResourceCandidate; struct IIndexedResourceQualifier; struct IResourceIndexer; struct IResourceIndexerFactory; struct IResourceIndexerFactory2; struct IndexedResourceCandidate; struct IndexedResourceQualifier; struct ResourceIndexer; struct ResourceIndexerContract; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = enum_category; }; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IndexedResourceCandidate"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IndexedResourceQualifier"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.ResourceIndexer"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IndexedResourceType"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IIndexedResourceCandidate"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IIndexedResourceQualifier"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IResourceIndexer"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IResourceIndexerFactory"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.IResourceIndexerFactory2"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.Resources.Management.ResourceIndexerContract"; template <> inline constexpr guid guid_v{ 0x0E619EF3,0xFAEC,0x4414,{ 0xA9,0xD7,0x54,0xAC,0xD5,0x95,0x3F,0x29 } }; // 0E619EF3-FAEC-4414-A9D7-54ACD5953F29 template <> inline constexpr guid guid_v{ 0xDAE3BB9B,0xD304,0x497F,{ 0xA1,0x68,0xA3,0x40,0x04,0x2C,0x8A,0xDB } }; // DAE3BB9B-D304-497F-A168-A340042C8ADB template <> inline constexpr guid guid_v{ 0x2D4CF9A5,0xE32F,0x4AB2,{ 0x87,0x48,0x96,0x35,0x0A,0x01,0x6D,0xA3 } }; // 2D4CF9A5-E32F-4AB2-8748-96350A016DA3 template <> inline constexpr guid guid_v{ 0xB8DE3F09,0x31CD,0x4D97,{ 0xBD,0x30,0x8D,0x39,0xF7,0x42,0xBC,0x61 } }; // B8DE3F09-31CD-4D97-BD30-8D39F742BC61 template <> inline constexpr guid guid_v{ 0x6040F18D,0xD5E5,0x4B60,{ 0x92,0x01,0xCD,0x27,0x9C,0xBC,0xFE,0xD9 } }; // 6040F18D-D5E5-4B60-9201-CD279CBCFED9 template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::Resources::Management::IIndexedResourceCandidate; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::Resources::Management::IIndexedResourceQualifier; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::Resources::Management::IResourceIndexer; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Type(int32_t*) noexcept = 0; virtual int32_t __stdcall get_Uri(void**) noexcept = 0; virtual int32_t __stdcall get_Metadata(void**) noexcept = 0; virtual int32_t __stdcall get_Qualifiers(void**) noexcept = 0; virtual int32_t __stdcall get_ValueAsString(void**) noexcept = 0; virtual int32_t __stdcall GetQualifierValue(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_QualifierName(void**) noexcept = 0; virtual int32_t __stdcall get_QualifierValue(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall IndexFilePath(void*, void**) noexcept = 0; virtual int32_t __stdcall IndexFileContentsAsync(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateResourceIndexer(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall CreateResourceIndexerWithExtension(void*, void*, void**) noexcept = 0; }; }; template struct consume_Windows_ApplicationModel_Resources_Management_IIndexedResourceCandidate { [[nodiscard]] auto Type() const; [[nodiscard]] auto Uri() const; [[nodiscard]] auto Metadata() const; [[nodiscard]] auto Qualifiers() const; [[nodiscard]] auto ValueAsString() const; auto GetQualifierValue(param::hstring const& qualifierName) const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_Resources_Management_IIndexedResourceCandidate; }; template struct consume_Windows_ApplicationModel_Resources_Management_IIndexedResourceQualifier { [[nodiscard]] auto QualifierName() const; [[nodiscard]] auto QualifierValue() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_Resources_Management_IIndexedResourceQualifier; }; template struct consume_Windows_ApplicationModel_Resources_Management_IResourceIndexer { auto IndexFilePath(winrt::Windows::Foundation::Uri const& filePath) const; auto IndexFileContentsAsync(winrt::Windows::Foundation::Uri const& file) const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_Resources_Management_IResourceIndexer; }; template struct consume_Windows_ApplicationModel_Resources_Management_IResourceIndexerFactory { auto CreateResourceIndexer(winrt::Windows::Foundation::Uri const& projectRoot) const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_Resources_Management_IResourceIndexerFactory; }; template struct consume_Windows_ApplicationModel_Resources_Management_IResourceIndexerFactory2 { auto CreateResourceIndexerWithExtension(winrt::Windows::Foundation::Uri const& projectRoot, winrt::Windows::Foundation::Uri const& extensionDllPath) const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_Resources_Management_IResourceIndexerFactory2; }; } #endif