mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
32 lines
1.3 KiB
C++
32 lines
1.3 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Management_1_H
|
|
#define WINRT_Windows_Management_1_H
|
|
#include "winrt/impl/Windows.Management.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Management
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES IMdmAlert :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IMdmAlert>
|
|
{
|
|
IMdmAlert(std::nullptr_t = nullptr) noexcept {}
|
|
IMdmAlert(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IMdmSession :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IMdmSession>
|
|
{
|
|
IMdmSession(std::nullptr_t = nullptr) noexcept {}
|
|
IMdmSession(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IMdmSessionManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IMdmSessionManagerStatics>
|
|
{
|
|
IMdmSessionManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IMdmSessionManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|