mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
91 lines
5.4 KiB
C++
91 lines
5.4 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Devices_WiFiDirect_Services_1_H
|
|
#define WINRT_Windows_Devices_WiFiDirect_Services_1_H
|
|
#include "winrt/impl/Windows.Foundation.0.h"
|
|
#include "winrt/impl/Windows.Devices.WiFiDirect.Services.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::WiFiDirect::Services
|
|
{
|
|
struct __declspec(empty_bases) IWiFiDirectService :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectService>
|
|
{
|
|
IWiFiDirectService(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectService(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceAdvertiser :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceAdvertiser>
|
|
{
|
|
IWiFiDirectServiceAdvertiser(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceAdvertiser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceAdvertiserFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceAdvertiserFactory>
|
|
{
|
|
IWiFiDirectServiceAdvertiserFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceAdvertiserFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs>
|
|
{
|
|
IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceAutoAcceptSessionConnectedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceProvisioningInfo :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceProvisioningInfo>
|
|
{
|
|
IWiFiDirectServiceProvisioningInfo(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceProvisioningInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceRemotePortAddedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceRemotePortAddedEventArgs>
|
|
{
|
|
IWiFiDirectServiceRemotePortAddedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceRemotePortAddedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceSession :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceSession>,
|
|
impl::require<winrt::Windows::Devices::WiFiDirect::Services::IWiFiDirectServiceSession, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
IWiFiDirectServiceSession(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceSession(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceSessionDeferredEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceSessionDeferredEventArgs>
|
|
{
|
|
IWiFiDirectServiceSessionDeferredEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceSessionDeferredEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceSessionRequest :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceSessionRequest>,
|
|
impl::require<winrt::Windows::Devices::WiFiDirect::Services::IWiFiDirectServiceSessionRequest, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
IWiFiDirectServiceSessionRequest(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceSessionRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceSessionRequestedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceSessionRequestedEventArgs>
|
|
{
|
|
IWiFiDirectServiceSessionRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceSessionRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IWiFiDirectServiceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IWiFiDirectServiceStatics>
|
|
{
|
|
IWiFiDirectServiceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IWiFiDirectServiceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|