// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Globalization_Collation_0_H #define WINRT_Windows_Globalization_Collation_0_H WINRT_EXPORT namespace winrt::Windows::Globalization::Collation { struct ICharacterGrouping; struct ICharacterGroupings; struct ICharacterGroupingsFactory; struct CharacterGrouping; struct CharacterGroupings; } 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 = class_category; }; template <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Windows.Globalization.Collation.CharacterGrouping"; template <> inline constexpr auto& name_v = L"Windows.Globalization.Collation.CharacterGroupings"; template <> inline constexpr auto& name_v = L"Windows.Globalization.Collation.ICharacterGrouping"; template <> inline constexpr auto& name_v = L"Windows.Globalization.Collation.ICharacterGroupings"; template <> inline constexpr auto& name_v = L"Windows.Globalization.Collation.ICharacterGroupingsFactory"; template <> inline constexpr guid guid_v{ 0xFAE761BB,0x805D,0x4BB0,{ 0x95,0xBB,0xC1,0xF7,0xC3,0xE8,0xEB,0x8E } }; // FAE761BB-805D-4BB0-95BB-C1F7C3E8EB8E template <> inline constexpr guid guid_v{ 0xB8D20A75,0xD4CF,0x4055,{ 0x80,0xE5,0xCE,0x16,0x9C,0x22,0x64,0x96 } }; // B8D20A75-D4CF-4055-80E5-CE169C226496 template <> inline constexpr guid guid_v{ 0x99EA9FD9,0x886D,0x4401,{ 0x9F,0x98,0x69,0xC8,0x2D,0x4C,0x2F,0x78 } }; // 99EA9FD9-886D-4401-9F98-69C82D4C2F78 template <> struct default_interface{ using type = winrt::Windows::Globalization::Collation::ICharacterGrouping; }; template <> struct default_interface{ using type = winrt::Windows::Globalization::Collation::ICharacterGroupings; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_First(void**) noexcept = 0; virtual int32_t __stdcall get_Label(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Lookup(void*, void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Create(void*, void**) noexcept = 0; }; }; template struct consume_Windows_Globalization_Collation_ICharacterGrouping { [[nodiscard]] auto First() const; [[nodiscard]] auto Label() const; }; template <> struct consume { template using type = consume_Windows_Globalization_Collation_ICharacterGrouping; }; template struct consume_Windows_Globalization_Collation_ICharacterGroupings { auto Lookup(param::hstring const& text) const; }; template <> struct consume { template using type = consume_Windows_Globalization_Collation_ICharacterGroupings; }; template struct consume_Windows_Globalization_Collation_ICharacterGroupingsFactory { auto Create(param::hstring const& language) const; }; template <> struct consume { template using type = consume_Windows_Globalization_Collation_ICharacterGroupingsFactory; }; } #endif