// C++/WinRT v2.0.220110.5 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Perception_People_1_H #define WINRT_Windows_Perception_People_1_H #include "winrt/impl/Windows.Perception.People.0.h" WINRT_EXPORT namespace winrt::Windows::Perception::People { struct __declspec(empty_bases) IEyesPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEyesPose(std::nullptr_t = nullptr) noexcept {} IEyesPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IEyesPoseStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEyesPoseStatics(std::nullptr_t = nullptr) noexcept {} IEyesPoseStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IHandMeshObserver : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandMeshObserver(std::nullptr_t = nullptr) noexcept {} IHandMeshObserver(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IHandMeshVertexState : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandMeshVertexState(std::nullptr_t = nullptr) noexcept {} IHandMeshVertexState(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IHandPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHandPose(std::nullptr_t = nullptr) noexcept {} IHandPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IHeadPose : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHeadPose(std::nullptr_t = nullptr) noexcept {} IHeadPose(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif