mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
53 lines
2.7 KiB
C++
53 lines
2.7 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_ApplicationModel_LockScreen_1_H
|
|
#define WINRT_Windows_ApplicationModel_LockScreen_1_H
|
|
#include "winrt/impl/Windows.ApplicationModel.LockScreen.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::LockScreen
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES ILockApplicationHost :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockApplicationHost>
|
|
{
|
|
ILockApplicationHost(std::nullptr_t = nullptr) noexcept {}
|
|
ILockApplicationHost(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES ILockApplicationHostStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockApplicationHostStatics>
|
|
{
|
|
ILockApplicationHostStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ILockApplicationHostStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES ILockScreenBadge :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenBadge>
|
|
{
|
|
ILockScreenBadge(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenBadge(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES ILockScreenInfo :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenInfo>
|
|
{
|
|
ILockScreenInfo(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES ILockScreenUnlockingDeferral :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenUnlockingDeferral>
|
|
{
|
|
ILockScreenUnlockingDeferral(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenUnlockingDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES ILockScreenUnlockingEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenUnlockingEventArgs>
|
|
{
|
|
ILockScreenUnlockingEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenUnlockingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|