403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/Windows.Devices.0.h
// C++/WinRT v2.0.190620.2

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#ifndef WINRT_Windows_Devices_0_H
#define WINRT_Windows_Devices_0_H
namespace winrt::Windows::Devices::Adc::Provider
{
    struct IAdcControllerProvider;
}
namespace winrt::Windows::Devices::Gpio::Provider
{
    struct IGpioControllerProvider;
}
namespace winrt::Windows::Devices::I2c::Provider
{
    struct II2cControllerProvider;
}
namespace winrt::Windows::Devices::Pwm::Provider
{
    struct IPwmControllerProvider;
}
namespace winrt::Windows::Devices::Spi::Provider
{
    struct ISpiControllerProvider;
}
namespace winrt::Windows::Devices
{
    struct ILowLevelDevicesAggregateProvider;
    struct ILowLevelDevicesAggregateProviderFactory;
    struct ILowLevelDevicesController;
    struct ILowLevelDevicesControllerStatics;
    struct LowLevelDevicesAggregateProvider;
    struct LowLevelDevicesController;
}
namespace winrt::impl
{
    template <> struct category<Windows::Devices::ILowLevelDevicesAggregateProvider>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Devices::ILowLevelDevicesAggregateProviderFactory>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Devices::ILowLevelDevicesController>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Devices::ILowLevelDevicesControllerStatics>
    {
        using type = interface_category;
    };
    template <> struct category<Windows::Devices::LowLevelDevicesAggregateProvider>
    {
        using type = class_category;
    };
    template <> struct category<Windows::Devices::LowLevelDevicesController>
    {
        using type = class_category;
    };
    template <> struct name<Windows::Devices::ILowLevelDevicesAggregateProvider>
    {
        static constexpr auto & value{ L"Windows.Devices.ILowLevelDevicesAggregateProvider" };
    };
    template <> struct name<Windows::Devices::ILowLevelDevicesAggregateProviderFactory>
    {
        static constexpr auto & value{ L"Windows.Devices.ILowLevelDevicesAggregateProviderFactory" };
    };
    template <> struct name<Windows::Devices::ILowLevelDevicesController>
    {
        static constexpr auto & value{ L"Windows.Devices.ILowLevelDevicesController" };
    };
    template <> struct name<Windows::Devices::ILowLevelDevicesControllerStatics>
    {
        static constexpr auto & value{ L"Windows.Devices.ILowLevelDevicesControllerStatics" };
    };
    template <> struct name<Windows::Devices::LowLevelDevicesAggregateProvider>
    {
        static constexpr auto & value{ L"Windows.Devices.LowLevelDevicesAggregateProvider" };
    };
    template <> struct name<Windows::Devices::LowLevelDevicesController>
    {
        static constexpr auto & value{ L"Windows.Devices.LowLevelDevicesController" };
    };
    template <> struct guid_storage<Windows::Devices::ILowLevelDevicesAggregateProvider>
    {
        static constexpr guid value{ 0xA73E561C,0xAAC1,0x4EC7,{ 0xA8,0x52,0x47,0x9F,0x70,0x60,0xD0,0x1F } };
    };
    template <> struct guid_storage<Windows::Devices::ILowLevelDevicesAggregateProviderFactory>
    {
        static constexpr guid value{ 0x9AC4AAF6,0x3473,0x465E,{ 0x96,0xD5,0x36,0x28,0x1A,0x2C,0x57,0xAF } };
    };
    template <> struct guid_storage<Windows::Devices::ILowLevelDevicesController>
    {
        static constexpr guid value{ 0x2EC23DD4,0x179B,0x45DE,{ 0x9B,0x39,0x3A,0xE0,0x25,0x27,0xDE,0x52 } };
    };
    template <> struct guid_storage<Windows::Devices::ILowLevelDevicesControllerStatics>
    {
        static constexpr guid value{ 0x093E926A,0xFCCB,0x4394,{ 0xA6,0x97,0x19,0xDE,0x63,0x7C,0x2D,0xB3 } };
    };
    template <> struct default_interface<Windows::Devices::LowLevelDevicesAggregateProvider>
    {
        using type = Windows::Devices::ILowLevelDevicesAggregateProvider;
    };
    template <> struct default_interface<Windows::Devices::LowLevelDevicesController>
    {
        using type = Windows::Devices::ILowLevelDevicesController;
    };
    template <> struct abi<Windows::Devices::ILowLevelDevicesAggregateProvider>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_AdcControllerProvider(void**) noexcept = 0;
            virtual int32_t __stdcall get_PwmControllerProvider(void**) noexcept = 0;
            virtual int32_t __stdcall get_GpioControllerProvider(void**) noexcept = 0;
            virtual int32_t __stdcall get_I2cControllerProvider(void**) noexcept = 0;
            virtual int32_t __stdcall get_SpiControllerProvider(void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Devices::ILowLevelDevicesAggregateProviderFactory>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall Create(void*, void*, void*, void*, void*, void**) noexcept = 0;
        };
    };
    template <> struct abi<Windows::Devices::ILowLevelDevicesController>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
        };
    };
    template <> struct abi<Windows::Devices::ILowLevelDevicesControllerStatics>
    {
        struct __declspec(novtable) type : inspectable_abi
        {
            virtual int32_t __stdcall get_DefaultProvider(void**) noexcept = 0;
            virtual int32_t __stdcall put_DefaultProvider(void*) noexcept = 0;
        };
    };
    template <typename D>
    struct consume_Windows_Devices_ILowLevelDevicesAggregateProvider
    {
        [[nodiscard]] auto AdcControllerProvider() const;
        [[nodiscard]] auto PwmControllerProvider() const;
        [[nodiscard]] auto GpioControllerProvider() const;
        [[nodiscard]] auto I2cControllerProvider() const;
        [[nodiscard]] auto SpiControllerProvider() const;
    };
    template <> struct consume<Windows::Devices::ILowLevelDevicesAggregateProvider>
    {
        template <typename D> using type = consume_Windows_Devices_ILowLevelDevicesAggregateProvider<D>;
    };
    template <typename D>
    struct consume_Windows_Devices_ILowLevelDevicesAggregateProviderFactory
    {
        auto Create(Windows::Devices::Adc::Provider::IAdcControllerProvider const& adc, Windows::Devices::Pwm::Provider::IPwmControllerProvider const& pwm, Windows::Devices::Gpio::Provider::IGpioControllerProvider const& gpio, Windows::Devices::I2c::Provider::II2cControllerProvider const& i2c, Windows::Devices::Spi::Provider::ISpiControllerProvider const& spi) const;
    };
    template <> struct consume<Windows::Devices::ILowLevelDevicesAggregateProviderFactory>
    {
        template <typename D> using type = consume_Windows_Devices_ILowLevelDevicesAggregateProviderFactory<D>;
    };
    template <typename D>
    struct consume_Windows_Devices_ILowLevelDevicesController
    {
    };
    template <> struct consume<Windows::Devices::ILowLevelDevicesController>
    {
        template <typename D> using type = consume_Windows_Devices_ILowLevelDevicesController<D>;
    };
    template <typename D>
    struct consume_Windows_Devices_ILowLevelDevicesControllerStatics
    {
        [[nodiscard]] auto DefaultProvider() const;
        auto DefaultProvider(Windows::Devices::ILowLevelDevicesAggregateProvider const& value) const;
    };
    template <> struct consume<Windows::Devices::ILowLevelDevicesControllerStatics>
    {
        template <typename D> using type = consume_Windows_Devices_ILowLevelDevicesControllerStatics<D>;
    };
}
#endif

Youez - 2016 - github.com/yon3zu
LinuXploit