mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
74 lines
4.0 KiB
C++
74 lines
4.0 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Security_Authentication_OnlineId_1_H
|
|
#define WINRT_Windows_Security_Authentication_OnlineId_1_H
|
|
#include "winrt/impl/Windows.Security.Authentication.OnlineId.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Security::Authentication::OnlineId
|
|
{
|
|
struct __declspec(empty_bases) IOnlineIdAuthenticator :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdAuthenticator>
|
|
{
|
|
IOnlineIdAuthenticator(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdAuthenticator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdServiceTicket :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdServiceTicket>
|
|
{
|
|
IOnlineIdServiceTicket(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdServiceTicket(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdServiceTicketRequest :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdServiceTicketRequest>
|
|
{
|
|
IOnlineIdServiceTicketRequest(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdServiceTicketRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdServiceTicketRequestFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdServiceTicketRequestFactory>
|
|
{
|
|
IOnlineIdServiceTicketRequestFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdServiceTicketRequestFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdSystemAuthenticatorForUser :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdSystemAuthenticatorForUser>
|
|
{
|
|
IOnlineIdSystemAuthenticatorForUser(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdSystemAuthenticatorForUser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdSystemAuthenticatorStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdSystemAuthenticatorStatics>
|
|
{
|
|
IOnlineIdSystemAuthenticatorStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdSystemAuthenticatorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdSystemIdentity :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdSystemIdentity>
|
|
{
|
|
IOnlineIdSystemIdentity(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdSystemIdentity(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IOnlineIdSystemTicketResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IOnlineIdSystemTicketResult>
|
|
{
|
|
IOnlineIdSystemTicketResult(std::nullptr_t = nullptr) noexcept {}
|
|
IOnlineIdSystemTicketResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IUserIdentity :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IUserIdentity>
|
|
{
|
|
IUserIdentity(std::nullptr_t = nullptr) noexcept {}
|
|
IUserIdentity(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|