mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
39 lines
1.8 KiB
C++
39 lines
1.8 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_1_H
|
|
#define WINRT_Windows_ApplicationModel_DataTransfer_ShareTarget_1_H
|
|
#include "winrt/impl/Windows.ApplicationModel.DataTransfer.ShareTarget.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::DataTransfer::ShareTarget
|
|
{
|
|
struct __declspec(empty_bases) IQuickLink :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IQuickLink>
|
|
{
|
|
IQuickLink(std::nullptr_t = nullptr) noexcept {}
|
|
IQuickLink(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IShareOperation :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IShareOperation>
|
|
{
|
|
IShareOperation(std::nullptr_t = nullptr) noexcept {}
|
|
IShareOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IShareOperation2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IShareOperation2>
|
|
{
|
|
IShareOperation2(std::nullptr_t = nullptr) noexcept {}
|
|
IShareOperation2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IShareOperation3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IShareOperation3>
|
|
{
|
|
IShareOperation3(std::nullptr_t = nullptr) noexcept {}
|
|
IShareOperation3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|