mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
84 lines
4.3 KiB
C++
84 lines
4.3 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Microsoft_Windows_ApplicationModel_WindowsAppRuntime_1_H
|
|
#define WINRT_Microsoft_Windows_ApplicationModel_WindowsAppRuntime_1_H
|
|
#include "winrt/impl/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.0.h"
|
|
WINRT_EXPORT namespace winrt::Microsoft::Windows::ApplicationModel::
|
|
WindowsAppRuntime {
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentInitializeOptions
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentInitializeOptions> {
|
|
IDeploymentInitializeOptions(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentInitializeOptions(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentInitializeOptions2
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentInitializeOptions2> {
|
|
IDeploymentInitializeOptions2(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentInitializeOptions2(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentManagerStatics
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentManagerStatics> {
|
|
IDeploymentManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentManagerStatics2
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentManagerStatics2> {
|
|
IDeploymentManagerStatics2(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentResult
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentResult> {
|
|
IDeploymentResult(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentResult(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IDeploymentResultFactory
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDeploymentResultFactory> {
|
|
IDeploymentResultFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IDeploymentResultFactory(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IReleaseInfoStatics
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IReleaseInfoStatics> {
|
|
IReleaseInfoStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IReleaseInfoStatics(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IRuntimeCompatibilityOptions
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IRuntimeCompatibilityOptions> {
|
|
IRuntimeCompatibilityOptions(std::nullptr_t = nullptr) noexcept {}
|
|
IRuntimeCompatibilityOptions(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IRuntimeInfoStatics
|
|
: winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IRuntimeInfoStatics> {
|
|
IRuntimeInfoStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IRuntimeInfoStatics(void* ptr, take_ownership_from_abi_t) noexcept
|
|
: winrt::Windows::Foundation::IInspectable(ptr,
|
|
take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|