mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -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
+7
-7
@@ -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_System_UserProfile_2_H
|
||||
@@ -17,26 +17,26 @@ WINRT_EXPORT namespace winrt::Windows::System::UserProfile
|
||||
[[nodiscard]] static auto AdvertisingId();
|
||||
static auto GetForUser(winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct __declspec(empty_bases) AdvertisingManagerForUser : winrt::Windows::System::UserProfile::IAdvertisingManagerForUser
|
||||
struct WINRT_IMPL_EMPTY_BASES AdvertisingManagerForUser : winrt::Windows::System::UserProfile::IAdvertisingManagerForUser
|
||||
{
|
||||
AdvertisingManagerForUser(std::nullptr_t) noexcept {}
|
||||
AdvertisingManagerForUser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IAdvertisingManagerForUser(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AssignedAccessSettings : winrt::Windows::System::UserProfile::IAssignedAccessSettings
|
||||
struct WINRT_IMPL_EMPTY_BASES AssignedAccessSettings : winrt::Windows::System::UserProfile::IAssignedAccessSettings
|
||||
{
|
||||
AssignedAccessSettings(std::nullptr_t) noexcept {}
|
||||
AssignedAccessSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IAssignedAccessSettings(ptr, take_ownership_from_abi) {}
|
||||
static auto GetDefault();
|
||||
static auto GetForUser(winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct __declspec(empty_bases) DiagnosticsSettings : winrt::Windows::System::UserProfile::IDiagnosticsSettings
|
||||
struct WINRT_IMPL_EMPTY_BASES DiagnosticsSettings : winrt::Windows::System::UserProfile::IDiagnosticsSettings
|
||||
{
|
||||
DiagnosticsSettings(std::nullptr_t) noexcept {}
|
||||
DiagnosticsSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IDiagnosticsSettings(ptr, take_ownership_from_abi) {}
|
||||
static auto GetDefault();
|
||||
static auto GetForUser(winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct __declspec(empty_bases) FirstSignInSettings : winrt::Windows::System::UserProfile::IFirstSignInSettings
|
||||
struct WINRT_IMPL_EMPTY_BASES FirstSignInSettings : winrt::Windows::System::UserProfile::IFirstSignInSettings
|
||||
{
|
||||
FirstSignInSettings(std::nullptr_t) noexcept {}
|
||||
FirstSignInSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IFirstSignInSettings(ptr, take_ownership_from_abi) {}
|
||||
@@ -55,7 +55,7 @@ WINRT_EXPORT namespace winrt::Windows::System::UserProfile
|
||||
static auto TrySetLanguages(param::iterable<hstring> const& languageTags);
|
||||
static auto GetForUser(winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct __declspec(empty_bases) GlobalizationPreferencesForUser : winrt::Windows::System::UserProfile::IGlobalizationPreferencesForUser
|
||||
struct WINRT_IMPL_EMPTY_BASES GlobalizationPreferencesForUser : winrt::Windows::System::UserProfile::IGlobalizationPreferencesForUser
|
||||
{
|
||||
GlobalizationPreferencesForUser(std::nullptr_t) noexcept {}
|
||||
GlobalizationPreferencesForUser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IGlobalizationPreferencesForUser(ptr, take_ownership_from_abi) {}
|
||||
@@ -91,7 +91,7 @@ WINRT_EXPORT namespace winrt::Windows::System::UserProfile
|
||||
static auto GetSessionInitiationProtocolUriAsync();
|
||||
static auto GetDomainNameAsync();
|
||||
};
|
||||
struct __declspec(empty_bases) UserProfilePersonalizationSettings : winrt::Windows::System::UserProfile::IUserProfilePersonalizationSettings
|
||||
struct WINRT_IMPL_EMPTY_BASES UserProfilePersonalizationSettings : winrt::Windows::System::UserProfile::IUserProfilePersonalizationSettings
|
||||
{
|
||||
UserProfilePersonalizationSettings(std::nullptr_t) noexcept {}
|
||||
UserProfilePersonalizationSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::UserProfile::IUserProfilePersonalizationSettings(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user