Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.LockScreen.1.h
T
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00

76 lines
4.7 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#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 __declspec(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) {}
ILockApplicationHost(ILockApplicationHost const&) noexcept = default;
ILockApplicationHost(ILockApplicationHost&&) noexcept = default;
ILockApplicationHost& operator=(ILockApplicationHost const&) & noexcept = default;
ILockApplicationHost& operator=(ILockApplicationHost&&) & noexcept = default;
};
struct __declspec(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) {}
ILockApplicationHostStatics(ILockApplicationHostStatics const&) noexcept = default;
ILockApplicationHostStatics(ILockApplicationHostStatics&&) noexcept = default;
ILockApplicationHostStatics& operator=(ILockApplicationHostStatics const&) & noexcept = default;
ILockApplicationHostStatics& operator=(ILockApplicationHostStatics&&) & noexcept = default;
};
struct __declspec(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) {}
ILockScreenBadge(ILockScreenBadge const&) noexcept = default;
ILockScreenBadge(ILockScreenBadge&&) noexcept = default;
ILockScreenBadge& operator=(ILockScreenBadge const&) & noexcept = default;
ILockScreenBadge& operator=(ILockScreenBadge&&) & noexcept = default;
};
struct __declspec(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) {}
ILockScreenInfo(ILockScreenInfo const&) noexcept = default;
ILockScreenInfo(ILockScreenInfo&&) noexcept = default;
ILockScreenInfo& operator=(ILockScreenInfo const&) & noexcept = default;
ILockScreenInfo& operator=(ILockScreenInfo&&) & noexcept = default;
};
struct __declspec(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) {}
ILockScreenUnlockingDeferral(ILockScreenUnlockingDeferral const&) noexcept = default;
ILockScreenUnlockingDeferral(ILockScreenUnlockingDeferral&&) noexcept = default;
ILockScreenUnlockingDeferral& operator=(ILockScreenUnlockingDeferral const&) & noexcept = default;
ILockScreenUnlockingDeferral& operator=(ILockScreenUnlockingDeferral&&) & noexcept = default;
};
struct __declspec(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) {}
ILockScreenUnlockingEventArgs(ILockScreenUnlockingEventArgs const&) noexcept = default;
ILockScreenUnlockingEventArgs(ILockScreenUnlockingEventArgs&&) noexcept = default;
ILockScreenUnlockingEventArgs& operator=(ILockScreenUnlockingEventArgs const&) & noexcept = default;
ILockScreenUnlockingEventArgs& operator=(ILockScreenUnlockingEventArgs&&) & noexcept = default;
};
}
#endif