mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
48 lines
2.4 KiB
C++
48 lines
2.4 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Devices_Spi_Provider_1_H
|
|
#define WINRT_Windows_Devices_Spi_Provider_1_H
|
|
#include "winrt/impl/Windows.Foundation.0.h"
|
|
#include "winrt/impl/Windows.Devices.Spi.Provider.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Spi::Provider
|
|
{
|
|
struct __declspec(empty_bases) IProviderSpiConnectionSettings :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IProviderSpiConnectionSettings>
|
|
{
|
|
IProviderSpiConnectionSettings(std::nullptr_t = nullptr) noexcept {}
|
|
IProviderSpiConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IProviderSpiConnectionSettingsFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IProviderSpiConnectionSettingsFactory>
|
|
{
|
|
IProviderSpiConnectionSettingsFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IProviderSpiConnectionSettingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISpiControllerProvider :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpiControllerProvider>
|
|
{
|
|
ISpiControllerProvider(std::nullptr_t = nullptr) noexcept {}
|
|
ISpiControllerProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISpiDeviceProvider :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpiDeviceProvider>,
|
|
impl::require<winrt::Windows::Devices::Spi::Provider::ISpiDeviceProvider, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ISpiDeviceProvider(std::nullptr_t = nullptr) noexcept {}
|
|
ISpiDeviceProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ISpiProvider :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ISpiProvider>
|
|
{
|
|
ISpiProvider(std::nullptr_t = nullptr) noexcept {}
|
|
ISpiProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|