// C++/WinRT v2.0.220110.5 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_Spi_1_H #define WINRT_Windows_Devices_Spi_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.Spi.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::Spi { struct __declspec(empty_bases) ISpiBusInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiBusInfo(std::nullptr_t = nullptr) noexcept {} ISpiBusInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiConnectionSettings : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiConnectionSettings(std::nullptr_t = nullptr) noexcept {} ISpiConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiConnectionSettingsFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiConnectionSettingsFactory(std::nullptr_t = nullptr) noexcept {} ISpiConnectionSettingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiController : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiController(std::nullptr_t = nullptr) noexcept {} ISpiController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiControllerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiControllerStatics(std::nullptr_t = nullptr) noexcept {} ISpiControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiDevice : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { ISpiDevice(std::nullptr_t = nullptr) noexcept {} ISpiDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) ISpiDeviceStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ISpiDeviceStatics(std::nullptr_t = nullptr) noexcept {} ISpiDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif