// C++/WinRT v2.0.220110.5 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Security_ExchangeActiveSyncProvisioning_1_H #define WINRT_Windows_Security_ExchangeActiveSyncProvisioning_1_H #include "winrt/impl/Windows.Security.ExchangeActiveSyncProvisioning.0.h" WINRT_EXPORT namespace winrt::Windows::Security::ExchangeActiveSyncProvisioning { struct __declspec(empty_bases) IEasClientDeviceInformation : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEasClientDeviceInformation(std::nullptr_t = nullptr) noexcept {} IEasClientDeviceInformation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IEasClientDeviceInformation2 : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IEasClientDeviceInformation2(std::nullptr_t = nullptr) noexcept {} IEasClientDeviceInformation2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IEasClientSecurityPolicy : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEasClientSecurityPolicy(std::nullptr_t = nullptr) noexcept {} IEasClientSecurityPolicy(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IEasComplianceResults : winrt::Windows::Foundation::IInspectable, impl::consume_t { IEasComplianceResults(std::nullptr_t = nullptr) noexcept {} IEasComplianceResults(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IEasComplianceResults2 : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IEasComplianceResults2(std::nullptr_t = nullptr) noexcept {} IEasComplianceResults2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif