// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #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(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(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(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(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(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(std::nullptr_t = nullptr) noexcept {} ILockScreenUnlockingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif