mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+21
-15
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_UI_ApplicationSettings_2_H
|
||||
@@ -17,7 +17,9 @@ WINRT_EXPORT namespace winrt::Windows::UI::ApplicationSettings
|
||||
template <typename F> CredentialCommandCredentialDeletedHandler(F* function);
|
||||
template <typename O, typename M> CredentialCommandCredentialDeletedHandler(O* object, M method);
|
||||
template <typename O, typename M> CredentialCommandCredentialDeletedHandler(com_ptr<O>&& object, M method);
|
||||
template <typename O, typename M> CredentialCommandCredentialDeletedHandler(weak_ref<O>&& object, M method);
|
||||
template <typename O, typename LM> CredentialCommandCredentialDeletedHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
||||
template <typename O, typename M> CredentialCommandCredentialDeletedHandler(std::shared_ptr<O>&& object, M method);
|
||||
template <typename O, typename LM> CredentialCommandCredentialDeletedHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
||||
auto operator()(winrt::Windows::UI::ApplicationSettings::CredentialCommand const& command) const;
|
||||
};
|
||||
struct WebAccountCommandInvokedHandler : winrt::Windows::Foundation::IUnknown
|
||||
@@ -28,7 +30,9 @@ WINRT_EXPORT namespace winrt::Windows::UI::ApplicationSettings
|
||||
template <typename F> WebAccountCommandInvokedHandler(F* function);
|
||||
template <typename O, typename M> WebAccountCommandInvokedHandler(O* object, M method);
|
||||
template <typename O, typename M> WebAccountCommandInvokedHandler(com_ptr<O>&& object, M method);
|
||||
template <typename O, typename M> WebAccountCommandInvokedHandler(weak_ref<O>&& object, M method);
|
||||
template <typename O, typename LM> WebAccountCommandInvokedHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
||||
template <typename O, typename M> WebAccountCommandInvokedHandler(std::shared_ptr<O>&& object, M method);
|
||||
template <typename O, typename LM> WebAccountCommandInvokedHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
||||
auto operator()(winrt::Windows::UI::ApplicationSettings::WebAccountCommand const& command, winrt::Windows::UI::ApplicationSettings::WebAccountInvokedArgs const& args) const;
|
||||
};
|
||||
struct WebAccountProviderCommandInvokedHandler : winrt::Windows::Foundation::IUnknown
|
||||
@@ -39,10 +43,12 @@ WINRT_EXPORT namespace winrt::Windows::UI::ApplicationSettings
|
||||
template <typename F> WebAccountProviderCommandInvokedHandler(F* function);
|
||||
template <typename O, typename M> WebAccountProviderCommandInvokedHandler(O* object, M method);
|
||||
template <typename O, typename M> WebAccountProviderCommandInvokedHandler(com_ptr<O>&& object, M method);
|
||||
template <typename O, typename M> WebAccountProviderCommandInvokedHandler(weak_ref<O>&& object, M method);
|
||||
template <typename O, typename LM> WebAccountProviderCommandInvokedHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
||||
template <typename O, typename M> WebAccountProviderCommandInvokedHandler(std::shared_ptr<O>&& object, M method);
|
||||
template <typename O, typename LM> WebAccountProviderCommandInvokedHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
||||
auto operator()(winrt::Windows::UI::ApplicationSettings::WebAccountProviderCommand const& command) const;
|
||||
};
|
||||
struct __declspec(empty_bases) AccountsSettingsPane : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPane
|
||||
struct WINRT_IMPL_EMPTY_BASES AccountsSettingsPane : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPane
|
||||
{
|
||||
AccountsSettingsPane(std::nullptr_t) noexcept {}
|
||||
AccountsSettingsPane(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPane(ptr, take_ownership_from_abi) {}
|
||||
@@ -53,32 +59,32 @@ WINRT_EXPORT namespace winrt::Windows::UI::ApplicationSettings
|
||||
static auto ShowManageAccountsForUserAsync(winrt::Windows::System::User const& user);
|
||||
static auto ShowAddAccountForUserAsync(winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct __declspec(empty_bases) AccountsSettingsPaneCommandsRequestedEventArgs : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneCommandsRequestedEventArgs,
|
||||
struct WINRT_IMPL_EMPTY_BASES AccountsSettingsPaneCommandsRequestedEventArgs : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneCommandsRequestedEventArgs,
|
||||
impl::require<AccountsSettingsPaneCommandsRequestedEventArgs, winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneCommandsRequestedEventArgs2>
|
||||
{
|
||||
AccountsSettingsPaneCommandsRequestedEventArgs(std::nullptr_t) noexcept {}
|
||||
AccountsSettingsPaneCommandsRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneCommandsRequestedEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AccountsSettingsPaneEventDeferral : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneEventDeferral
|
||||
struct WINRT_IMPL_EMPTY_BASES AccountsSettingsPaneEventDeferral : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneEventDeferral
|
||||
{
|
||||
AccountsSettingsPaneEventDeferral(std::nullptr_t) noexcept {}
|
||||
AccountsSettingsPaneEventDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IAccountsSettingsPaneEventDeferral(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) CredentialCommand : winrt::Windows::UI::ApplicationSettings::ICredentialCommand
|
||||
struct WINRT_IMPL_EMPTY_BASES CredentialCommand : winrt::Windows::UI::ApplicationSettings::ICredentialCommand
|
||||
{
|
||||
CredentialCommand(std::nullptr_t) noexcept {}
|
||||
CredentialCommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::ICredentialCommand(ptr, take_ownership_from_abi) {}
|
||||
explicit CredentialCommand(winrt::Windows::Security::Credentials::PasswordCredential const& passwordCredential);
|
||||
CredentialCommand(winrt::Windows::Security::Credentials::PasswordCredential const& passwordCredential, winrt::Windows::UI::ApplicationSettings::CredentialCommandCredentialDeletedHandler const& deleted);
|
||||
};
|
||||
struct __declspec(empty_bases) SettingsCommand : winrt::Windows::UI::Popups::IUICommand
|
||||
struct WINRT_IMPL_EMPTY_BASES SettingsCommand : winrt::Windows::UI::Popups::IUICommand
|
||||
{
|
||||
SettingsCommand(std::nullptr_t) noexcept {}
|
||||
SettingsCommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::Popups::IUICommand(ptr, take_ownership_from_abi) {}
|
||||
SettingsCommand(winrt::Windows::Foundation::IInspectable const& settingsCommandId, param::hstring const& label, winrt::Windows::UI::Popups::UICommandInvokedHandler const& handler);
|
||||
[[nodiscard]] static auto AccountsCommand();
|
||||
};
|
||||
struct __declspec(empty_bases) SettingsPane : winrt::Windows::UI::ApplicationSettings::ISettingsPane
|
||||
struct WINRT_IMPL_EMPTY_BASES SettingsPane : winrt::Windows::UI::ApplicationSettings::ISettingsPane
|
||||
{
|
||||
SettingsPane(std::nullptr_t) noexcept {}
|
||||
SettingsPane(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::ISettingsPane(ptr, take_ownership_from_abi) {}
|
||||
@@ -86,28 +92,28 @@ WINRT_EXPORT namespace winrt::Windows::UI::ApplicationSettings
|
||||
static auto Show();
|
||||
[[nodiscard]] static auto Edge();
|
||||
};
|
||||
struct __declspec(empty_bases) SettingsPaneCommandsRequest : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequest
|
||||
struct WINRT_IMPL_EMPTY_BASES SettingsPaneCommandsRequest : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequest
|
||||
{
|
||||
SettingsPaneCommandsRequest(std::nullptr_t) noexcept {}
|
||||
SettingsPaneCommandsRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequest(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) SettingsPaneCommandsRequestedEventArgs : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequestedEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES SettingsPaneCommandsRequestedEventArgs : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequestedEventArgs
|
||||
{
|
||||
SettingsPaneCommandsRequestedEventArgs(std::nullptr_t) noexcept {}
|
||||
SettingsPaneCommandsRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::ISettingsPaneCommandsRequestedEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) WebAccountCommand : winrt::Windows::UI::ApplicationSettings::IWebAccountCommand
|
||||
struct WINRT_IMPL_EMPTY_BASES WebAccountCommand : winrt::Windows::UI::ApplicationSettings::IWebAccountCommand
|
||||
{
|
||||
WebAccountCommand(std::nullptr_t) noexcept {}
|
||||
WebAccountCommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IWebAccountCommand(ptr, take_ownership_from_abi) {}
|
||||
WebAccountCommand(winrt::Windows::Security::Credentials::WebAccount const& webAccount, winrt::Windows::UI::ApplicationSettings::WebAccountCommandInvokedHandler const& invoked, winrt::Windows::UI::ApplicationSettings::SupportedWebAccountActions const& actions);
|
||||
};
|
||||
struct __declspec(empty_bases) WebAccountInvokedArgs : winrt::Windows::UI::ApplicationSettings::IWebAccountInvokedArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES WebAccountInvokedArgs : winrt::Windows::UI::ApplicationSettings::IWebAccountInvokedArgs
|
||||
{
|
||||
WebAccountInvokedArgs(std::nullptr_t) noexcept {}
|
||||
WebAccountInvokedArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IWebAccountInvokedArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) WebAccountProviderCommand : winrt::Windows::UI::ApplicationSettings::IWebAccountProviderCommand
|
||||
struct WINRT_IMPL_EMPTY_BASES WebAccountProviderCommand : winrt::Windows::UI::ApplicationSettings::IWebAccountProviderCommand
|
||||
{
|
||||
WebAccountProviderCommand(std::nullptr_t) noexcept {}
|
||||
WebAccountProviderCommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::ApplicationSettings::IWebAccountProviderCommand(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user