// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Microsoft_Windows_Globalization_0_H #define WINRT_Microsoft_Windows_Globalization_0_H WINRT_EXPORT namespace winrt::Microsoft::Windows::Globalization { struct IApplicationLanguagesStatics; struct ApplicationLanguages; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Microsoft.Windows.Globalization.ApplicationLanguages"; template <> inline constexpr auto& name_v = L"Microsoft.Windows.Globalization.IApplicationLanguagesStatics"; template <> inline constexpr guid guid_v{ 0x58DFCEF9,0x08EC,0x5086,{ 0x8A,0xF1,0xD5,0xBE,0xAB,0x79,0x25,0x0A } }; // 58DFCEF9-08EC-5086-8AF1-D5BEAB79250A template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Languages(void**) noexcept = 0; virtual int32_t __stdcall get_ManifestLanguages(void**) noexcept = 0; virtual int32_t __stdcall get_PrimaryLanguageOverride(void**) noexcept = 0; virtual int32_t __stdcall put_PrimaryLanguageOverride(void*) noexcept = 0; }; }; template struct consume_Microsoft_Windows_Globalization_IApplicationLanguagesStatics { [[nodiscard]] auto Languages() const; [[nodiscard]] auto ManifestLanguages() const; [[nodiscard]] auto PrimaryLanguageOverride() const; auto PrimaryLanguageOverride(param::hstring const& value) const; }; template <> struct consume { template using type = consume_Microsoft_Windows_Globalization_IApplicationLanguagesStatics; }; } #endif