mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
60 lines
3.1 KiB
C++
60 lines
3.1 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Phone_Management_Deployment_1_H
|
|
#define WINRT_Windows_Phone_Management_Deployment_1_H
|
|
#include "winrt/impl/Windows.Phone.Management.Deployment.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Phone::Management::Deployment
|
|
{
|
|
struct __declspec(empty_bases) IEnterprise :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IEnterprise>
|
|
{
|
|
IEnterprise(std::nullptr_t = nullptr) noexcept {}
|
|
IEnterprise(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IEnterpriseEnrollmentManager :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IEnterpriseEnrollmentManager>
|
|
{
|
|
IEnterpriseEnrollmentManager(std::nullptr_t = nullptr) noexcept {}
|
|
IEnterpriseEnrollmentManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IEnterpriseEnrollmentResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IEnterpriseEnrollmentResult>
|
|
{
|
|
IEnterpriseEnrollmentResult(std::nullptr_t = nullptr) noexcept {}
|
|
IEnterpriseEnrollmentResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IInstallationManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IInstallationManagerStatics>
|
|
{
|
|
IInstallationManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IInstallationManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IInstallationManagerStatics2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IInstallationManagerStatics2>
|
|
{
|
|
IInstallationManagerStatics2(std::nullptr_t = nullptr) noexcept {}
|
|
IInstallationManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IPackageInstallResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPackageInstallResult>
|
|
{
|
|
IPackageInstallResult(std::nullptr_t = nullptr) noexcept {}
|
|
IPackageInstallResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IPackageInstallResult2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPackageInstallResult2>
|
|
{
|
|
IPackageInstallResult2(std::nullptr_t = nullptr) noexcept {}
|
|
IPackageInstallResult2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|