// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_LockScreen_0_H #define WINRT_Windows_ApplicationModel_LockScreen_0_H WINRT_EXPORT namespace winrt::Windows::Foundation { struct EventRegistrationToken; template struct WINRT_IMPL_EMPTY_BASES TypedEventHandler; } WINRT_EXPORT namespace winrt::Windows::Storage::Streams { struct IRandomAccessStream; } WINRT_EXPORT namespace winrt::Windows::ApplicationModel::LockScreen { struct ILockApplicationHost; struct ILockApplicationHostStatics; struct ILockScreenBadge; struct ILockScreenInfo; struct ILockScreenUnlockingDeferral; struct ILockScreenUnlockingEventArgs; struct LockApplicationHost; struct LockScreenBadge; struct LockScreenInfo; struct LockScreenUnlockingDeferral; struct LockScreenUnlockingEventArgs; } namespace winrt::impl { template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = interface_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> struct category{ using type = class_category; }; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.LockApplicationHost"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.LockScreenBadge"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.LockScreenInfo"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.LockScreenUnlockingDeferral"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.LockScreenUnlockingEventArgs"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockApplicationHost"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockApplicationHostStatics"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockScreenBadge"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockScreenInfo"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockScreenUnlockingDeferral"; template <> inline constexpr auto& name_v = L"Windows.ApplicationModel.LockScreen.ILockScreenUnlockingEventArgs"; template <> inline constexpr guid guid_v{ 0x38EE31AD,0xD94F,0x4E7C,{ 0x81,0xFA,0x4F,0x44,0x36,0x50,0x62,0x81 } }; // 38EE31AD-D94F-4E7C-81FA-4F4436506281 template <> inline constexpr guid guid_v{ 0xF48FAB8E,0x23D7,0x4E63,{ 0x96,0xA1,0x66,0x6F,0xF5,0x2D,0x3B,0x2C } }; // F48FAB8E-23D7-4E63-96A1-666FF52D3B2C template <> inline constexpr guid guid_v{ 0xE95105D9,0x2BFF,0x4DB0,{ 0x9B,0x4F,0x38,0x24,0x77,0x8B,0x9C,0x9A } }; // E95105D9-2BFF-4DB0-9B4F-3824778B9C9A template <> inline constexpr guid guid_v{ 0xF59AA65C,0x9711,0x4DC9,{ 0xA6,0x30,0x95,0xB6,0xCB,0x8C,0xDA,0xD0 } }; // F59AA65C-9711-4DC9-A630-95B6CB8CDAD0 template <> inline constexpr guid guid_v{ 0x7E7D1AD6,0x5203,0x43E7,{ 0x9B,0xD6,0x7C,0x39,0x47,0xD1,0xE3,0xFE } }; // 7E7D1AD6-5203-43E7-9BD6-7C3947D1E3FE template <> inline constexpr guid guid_v{ 0x44E6C007,0x75FB,0x4ABB,{ 0x9F,0x8B,0x82,0x47,0x48,0x90,0x0C,0x71 } }; // 44E6C007-75FB-4ABB-9F8B-824748900C71 template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::LockScreen::ILockApplicationHost; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::LockScreen::ILockScreenBadge; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::LockScreen::ILockScreenInfo; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::LockScreen::ILockScreenUnlockingDeferral; }; template <> struct default_interface{ using type = winrt::Windows::ApplicationModel::LockScreen::ILockScreenUnlockingEventArgs; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall RequestUnlock() noexcept = 0; virtual int32_t __stdcall add_Unlocking(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_Unlocking(winrt::event_token) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetForCurrentView(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall get_Logo(void**) noexcept = 0; virtual int32_t __stdcall get_Glyph(void**) noexcept = 0; virtual int32_t __stdcall get_Number(void**) noexcept = 0; virtual int32_t __stdcall get_AutomationName(void**) noexcept = 0; virtual int32_t __stdcall LaunchApp() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall add_LockScreenImageChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_LockScreenImageChanged(winrt::event_token) noexcept = 0; virtual int32_t __stdcall get_LockScreenImage(void**) noexcept = 0; virtual int32_t __stdcall add_BadgesChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_BadgesChanged(winrt::event_token) noexcept = 0; virtual int32_t __stdcall get_Badges(void**) noexcept = 0; virtual int32_t __stdcall add_DetailTextChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_DetailTextChanged(winrt::event_token) noexcept = 0; virtual int32_t __stdcall get_DetailText(void**) noexcept = 0; virtual int32_t __stdcall add_AlarmIconChanged(void*, winrt::event_token*) noexcept = 0; virtual int32_t __stdcall remove_AlarmIconChanged(winrt::event_token) noexcept = 0; virtual int32_t __stdcall get_AlarmIcon(void**) noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall Complete() noexcept = 0; }; }; template <> struct abi { struct WINRT_IMPL_NOVTABLE type : inspectable_abi { virtual int32_t __stdcall GetDeferral(void**) noexcept = 0; virtual int32_t __stdcall get_Deadline(int64_t*) noexcept = 0; }; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockApplicationHost { auto RequestUnlock() const; auto Unlocking(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using Unlocking_revoker = impl::event_revoker::remove_Unlocking>; [[nodiscard]] auto Unlocking(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto Unlocking(winrt::event_token const& token) const noexcept; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockApplicationHost; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockApplicationHostStatics { auto GetForCurrentView() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockApplicationHostStatics; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockScreenBadge { [[nodiscard]] auto Logo() const; [[nodiscard]] auto Glyph() const; [[nodiscard]] auto Number() const; [[nodiscard]] auto AutomationName() const; auto LaunchApp() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockScreenBadge; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockScreenInfo { auto LockScreenImageChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using LockScreenImageChanged_revoker = impl::event_revoker::remove_LockScreenImageChanged>; [[nodiscard]] auto LockScreenImageChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto LockScreenImageChanged(winrt::event_token const& token) const noexcept; [[nodiscard]] auto LockScreenImage() const; auto BadgesChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using BadgesChanged_revoker = impl::event_revoker::remove_BadgesChanged>; [[nodiscard]] auto BadgesChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto BadgesChanged(winrt::event_token const& token) const noexcept; [[nodiscard]] auto Badges() const; auto DetailTextChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using DetailTextChanged_revoker = impl::event_revoker::remove_DetailTextChanged>; [[nodiscard]] auto DetailTextChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto DetailTextChanged(winrt::event_token const& token) const noexcept; [[nodiscard]] auto DetailText() const; auto AlarmIconChanged(winrt::Windows::Foundation::TypedEventHandler const& handler) const; using AlarmIconChanged_revoker = impl::event_revoker::remove_AlarmIconChanged>; [[nodiscard]] auto AlarmIconChanged(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler const& handler) const; auto AlarmIconChanged(winrt::event_token const& token) const noexcept; [[nodiscard]] auto AlarmIcon() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockScreenInfo; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockScreenUnlockingDeferral { auto Complete() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockScreenUnlockingDeferral; }; template struct consume_Windows_ApplicationModel_LockScreen_ILockScreenUnlockingEventArgs { auto GetDeferral() const; [[nodiscard]] auto Deadline() const; }; template <> struct consume { template using type = consume_Windows_ApplicationModel_LockScreen_ILockScreenUnlockingEventArgs; }; } #endif