mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
69 lines
3.5 KiB
C++
69 lines
3.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210825.3
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Media_Casting_1_H
|
|
#define WINRT_Windows_Media_Casting_1_H
|
|
#include "winrt/impl/Windows.Foundation.0.h"
|
|
#include "winrt/impl/Windows.Media.Casting.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Media::Casting
|
|
{
|
|
struct __declspec(empty_bases) ICastingConnection :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingConnection>,
|
|
impl::require<winrt::Windows::Media::Casting::ICastingConnection, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ICastingConnection(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingConnectionErrorOccurredEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingConnectionErrorOccurredEventArgs>
|
|
{
|
|
ICastingConnectionErrorOccurredEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingConnectionErrorOccurredEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingDevice :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingDevice>
|
|
{
|
|
ICastingDevice(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingDevicePicker :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingDevicePicker>
|
|
{
|
|
ICastingDevicePicker(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingDevicePicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingDevicePickerFilter :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingDevicePickerFilter>
|
|
{
|
|
ICastingDevicePickerFilter(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingDevicePickerFilter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingDeviceSelectedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingDeviceSelectedEventArgs>
|
|
{
|
|
ICastingDeviceSelectedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingDeviceSelectedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingDeviceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingDeviceStatics>
|
|
{
|
|
ICastingDeviceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) ICastingSource :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICastingSource>
|
|
{
|
|
ICastingSource(std::nullptr_t = nullptr) noexcept {}
|
|
ICastingSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|