summaryrefslogtreecommitdiff
path: root/chromium/third_party/nearby/src/cpp/platform/impl/windows/generated/winrt/impl/Windows.Phone.System.Profile.0.h
blob: e2440334442f44b1a9930f0b4e9cdb773756c18e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14

#pragma once
#ifndef WINRT_Windows_Phone_System_Profile_0_H
#define WINRT_Windows_Phone_System_Profile_0_H
WINRT_EXPORT namespace winrt::Windows::Phone::System::Profile
{
    struct IRetailModeStatics;
    struct RetailMode;
}
namespace winrt::impl
{
    template <> struct category<winrt::Windows::Phone::System::Profile::IRetailModeStatics>{ using type = interface_category; };
    template <> struct category<winrt::Windows::Phone::System::Profile::RetailMode>{ using type = class_category; };
    template <> inline constexpr auto& name_v<winrt::Windows::Phone::System::Profile::RetailMode> = L"Windows.Phone.System.Profile.RetailMode";
    template <> inline constexpr auto& name_v<winrt::Windows::Phone::System::Profile::IRetailModeStatics> = L"Windows.Phone.System.Profile.IRetailModeStatics";
    template <> inline constexpr guid guid_v<winrt::Windows::Phone::System::Profile::IRetailModeStatics>{ 0xD7DED029,0xFDDA,0x43E7,{ 0x93,0xFB,0xE5,0x3A,0xB6,0xE8,0x9E,0xC3 } }; // D7DED029-FDDA-43E7-93FB-E53AB6E89EC3
    template <> struct abi<winrt::Windows::Phone::System::Profile::IRetailModeStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_RetailModeEnabled(bool*) noexcept = 0;
        };
    };
    template <typename D>
    struct consume_Windows_Phone_System_Profile_IRetailModeStatics
    {
        [[nodiscard]] WINRT_IMPL_AUTO(bool) RetailModeEnabled() const;
    };
    template <> struct consume<winrt::Windows::Phone::System::Profile::IRetailModeStatics>
    {
        template <typename D> using type = consume_Windows_Phone_System_Profile_IRetailModeStatics<D>;
    };
}
#endif