// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_Sensors_Custom_1_H #define WINRT_Windows_Devices_Sensors_Custom_1_H #include "winrt/impl/Windows.Devices.Sensors.Custom.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::Sensors::Custom { struct WINRT_IMPL_EMPTY_BASES ICustomSensor : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensor(std::nullptr_t = nullptr) noexcept {} ICustomSensor(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICustomSensor2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensor2(std::nullptr_t = nullptr) noexcept {} ICustomSensor2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICustomSensorReading : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensorReading(std::nullptr_t = nullptr) noexcept {} ICustomSensorReading(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICustomSensorReading2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensorReading2(std::nullptr_t = nullptr) noexcept {} ICustomSensorReading2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICustomSensorReadingChangedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensorReadingChangedEventArgs(std::nullptr_t = nullptr) noexcept {} ICustomSensorReadingChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ICustomSensorStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ICustomSensorStatics(std::nullptr_t = nullptr) noexcept {} ICustomSensorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif