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
@@ -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_2_H
|
||||
@@ -18,15 +18,17 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
template <typename F> DispatcherQueueHandler(F* function);
|
||||
template <typename O, typename M> DispatcherQueueHandler(O* object, M method);
|
||||
template <typename O, typename M> DispatcherQueueHandler(com_ptr<O>&& object, M method);
|
||||
template <typename O, typename M> DispatcherQueueHandler(weak_ref<O>&& object, M method);
|
||||
template <typename O, typename LM> DispatcherQueueHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
||||
template <typename O, typename M> DispatcherQueueHandler(std::shared_ptr<O>&& object, M method);
|
||||
template <typename O, typename LM> DispatcherQueueHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
||||
auto operator()() const;
|
||||
};
|
||||
struct __declspec(empty_bases) AppActivationResult : winrt::Windows::System::IAppActivationResult
|
||||
struct WINRT_IMPL_EMPTY_BASES AppActivationResult : winrt::Windows::System::IAppActivationResult
|
||||
{
|
||||
AppActivationResult(std::nullptr_t) noexcept {}
|
||||
AppActivationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppActivationResult(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppDiagnosticInfo : winrt::Windows::System::IAppDiagnosticInfo,
|
||||
struct WINRT_IMPL_EMPTY_BASES AppDiagnosticInfo : winrt::Windows::System::IAppDiagnosticInfo,
|
||||
impl::require<AppDiagnosticInfo, winrt::Windows::System::IAppDiagnosticInfo2, winrt::Windows::System::IAppDiagnosticInfo3>
|
||||
{
|
||||
AppDiagnosticInfo(std::nullptr_t) noexcept {}
|
||||
@@ -38,116 +40,121 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto RequestInfoForAppAsync();
|
||||
static auto RequestInfoForAppAsync(param::hstring const& appUserModelId);
|
||||
};
|
||||
struct __declspec(empty_bases) AppDiagnosticInfoWatcher : winrt::Windows::System::IAppDiagnosticInfoWatcher
|
||||
struct WINRT_IMPL_EMPTY_BASES AppDiagnosticInfoWatcher : winrt::Windows::System::IAppDiagnosticInfoWatcher
|
||||
{
|
||||
AppDiagnosticInfoWatcher(std::nullptr_t) noexcept {}
|
||||
AppDiagnosticInfoWatcher(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppDiagnosticInfoWatcher(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppDiagnosticInfoWatcherEventArgs : winrt::Windows::System::IAppDiagnosticInfoWatcherEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES AppDiagnosticInfoWatcherEventArgs : winrt::Windows::System::IAppDiagnosticInfoWatcherEventArgs
|
||||
{
|
||||
AppDiagnosticInfoWatcherEventArgs(std::nullptr_t) noexcept {}
|
||||
AppDiagnosticInfoWatcherEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppDiagnosticInfoWatcherEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppExecutionStateChangeResult : winrt::Windows::System::IAppExecutionStateChangeResult
|
||||
struct WINRT_IMPL_EMPTY_BASES AppExecutionStateChangeResult : winrt::Windows::System::IAppExecutionStateChangeResult
|
||||
{
|
||||
AppExecutionStateChangeResult(std::nullptr_t) noexcept {}
|
||||
AppExecutionStateChangeResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppExecutionStateChangeResult(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppMemoryReport : winrt::Windows::System::IAppMemoryReport,
|
||||
struct WINRT_IMPL_EMPTY_BASES AppMemoryReport : winrt::Windows::System::IAppMemoryReport,
|
||||
impl::require<AppMemoryReport, winrt::Windows::System::IAppMemoryReport2>
|
||||
{
|
||||
AppMemoryReport(std::nullptr_t) noexcept {}
|
||||
AppMemoryReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppMemoryReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppMemoryUsageLimitChangingEventArgs : winrt::Windows::System::IAppMemoryUsageLimitChangingEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES AppMemoryUsageLimitChangingEventArgs : winrt::Windows::System::IAppMemoryUsageLimitChangingEventArgs
|
||||
{
|
||||
AppMemoryUsageLimitChangingEventArgs(std::nullptr_t) noexcept {}
|
||||
AppMemoryUsageLimitChangingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppMemoryUsageLimitChangingEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupBackgroundTaskReport : winrt::Windows::System::IAppResourceGroupBackgroundTaskReport
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupBackgroundTaskReport : winrt::Windows::System::IAppResourceGroupBackgroundTaskReport
|
||||
{
|
||||
AppResourceGroupBackgroundTaskReport(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupBackgroundTaskReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupBackgroundTaskReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupInfo : winrt::Windows::System::IAppResourceGroupInfo,
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupInfo : winrt::Windows::System::IAppResourceGroupInfo,
|
||||
impl::require<AppResourceGroupInfo, winrt::Windows::System::IAppResourceGroupInfo2>
|
||||
{
|
||||
AppResourceGroupInfo(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupInfo(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupInfoWatcher : winrt::Windows::System::IAppResourceGroupInfoWatcher
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupInfoWatcher : winrt::Windows::System::IAppResourceGroupInfoWatcher
|
||||
{
|
||||
AppResourceGroupInfoWatcher(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupInfoWatcher(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupInfoWatcher(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupInfoWatcherEventArgs : winrt::Windows::System::IAppResourceGroupInfoWatcherEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupInfoWatcherEventArgs : winrt::Windows::System::IAppResourceGroupInfoWatcherEventArgs
|
||||
{
|
||||
AppResourceGroupInfoWatcherEventArgs(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupInfoWatcherEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupInfoWatcherEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupInfoWatcherExecutionStateChangedEventArgs : winrt::Windows::System::IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupInfoWatcherExecutionStateChangedEventArgs : winrt::Windows::System::IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs
|
||||
{
|
||||
AppResourceGroupInfoWatcherExecutionStateChangedEventArgs(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupInfoWatcherExecutionStateChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupMemoryReport : winrt::Windows::System::IAppResourceGroupMemoryReport
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupMemoryReport : winrt::Windows::System::IAppResourceGroupMemoryReport
|
||||
{
|
||||
AppResourceGroupMemoryReport(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupMemoryReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupMemoryReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppResourceGroupStateReport : winrt::Windows::System::IAppResourceGroupStateReport
|
||||
struct WINRT_IMPL_EMPTY_BASES AppResourceGroupStateReport : winrt::Windows::System::IAppResourceGroupStateReport
|
||||
{
|
||||
AppResourceGroupStateReport(std::nullptr_t) noexcept {}
|
||||
AppResourceGroupStateReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppResourceGroupStateReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppUriHandlerHost : winrt::Windows::System::IAppUriHandlerHost
|
||||
struct WINRT_IMPL_EMPTY_BASES AppUriHandlerHost : winrt::Windows::System::IAppUriHandlerHost,
|
||||
impl::require<AppUriHandlerHost, winrt::Windows::System::IAppUriHandlerHost2>
|
||||
{
|
||||
AppUriHandlerHost(std::nullptr_t) noexcept {}
|
||||
AppUriHandlerHost(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppUriHandlerHost(ptr, take_ownership_from_abi) {}
|
||||
AppUriHandlerHost();
|
||||
explicit AppUriHandlerHost(param::hstring const& name);
|
||||
};
|
||||
struct __declspec(empty_bases) AppUriHandlerRegistration : winrt::Windows::System::IAppUriHandlerRegistration
|
||||
struct WINRT_IMPL_EMPTY_BASES AppUriHandlerRegistration : winrt::Windows::System::IAppUriHandlerRegistration,
|
||||
impl::require<AppUriHandlerRegistration, winrt::Windows::System::IAppUriHandlerRegistration2>
|
||||
{
|
||||
AppUriHandlerRegistration(std::nullptr_t) noexcept {}
|
||||
AppUriHandlerRegistration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppUriHandlerRegistration(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppUriHandlerRegistrationManager : winrt::Windows::System::IAppUriHandlerRegistrationManager
|
||||
struct WINRT_IMPL_EMPTY_BASES AppUriHandlerRegistrationManager : winrt::Windows::System::IAppUriHandlerRegistrationManager,
|
||||
impl::require<AppUriHandlerRegistrationManager, winrt::Windows::System::IAppUriHandlerRegistrationManager2>
|
||||
{
|
||||
AppUriHandlerRegistrationManager(std::nullptr_t) noexcept {}
|
||||
AppUriHandlerRegistrationManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IAppUriHandlerRegistrationManager(ptr, take_ownership_from_abi) {}
|
||||
static auto GetDefault();
|
||||
static auto GetForUser(winrt::Windows::System::User const& user);
|
||||
static auto GetForPackage(param::hstring const& packageFamilyName);
|
||||
static auto GetForPackageForUser(param::hstring const& packageFamilyName, winrt::Windows::System::User const& user);
|
||||
};
|
||||
struct DateTimeSettings
|
||||
{
|
||||
DateTimeSettings() = delete;
|
||||
static auto SetSystemDateTime(winrt::Windows::Foundation::DateTime const& utcDateTime);
|
||||
};
|
||||
struct __declspec(empty_bases) DispatcherQueue : winrt::Windows::System::IDispatcherQueue,
|
||||
struct WINRT_IMPL_EMPTY_BASES DispatcherQueue : winrt::Windows::System::IDispatcherQueue,
|
||||
impl::require<DispatcherQueue, winrt::Windows::System::IDispatcherQueue2>
|
||||
{
|
||||
DispatcherQueue(std::nullptr_t) noexcept {}
|
||||
DispatcherQueue(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IDispatcherQueue(ptr, take_ownership_from_abi) {}
|
||||
static auto GetForCurrentThread();
|
||||
};
|
||||
struct __declspec(empty_bases) DispatcherQueueController : winrt::Windows::System::IDispatcherQueueController
|
||||
struct WINRT_IMPL_EMPTY_BASES DispatcherQueueController : winrt::Windows::System::IDispatcherQueueController
|
||||
{
|
||||
DispatcherQueueController(std::nullptr_t) noexcept {}
|
||||
DispatcherQueueController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IDispatcherQueueController(ptr, take_ownership_from_abi) {}
|
||||
static auto CreateOnDedicatedThread();
|
||||
};
|
||||
struct __declspec(empty_bases) DispatcherQueueShutdownStartingEventArgs : winrt::Windows::System::IDispatcherQueueShutdownStartingEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES DispatcherQueueShutdownStartingEventArgs : winrt::Windows::System::IDispatcherQueueShutdownStartingEventArgs
|
||||
{
|
||||
DispatcherQueueShutdownStartingEventArgs(std::nullptr_t) noexcept {}
|
||||
DispatcherQueueShutdownStartingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IDispatcherQueueShutdownStartingEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) DispatcherQueueTimer : winrt::Windows::System::IDispatcherQueueTimer
|
||||
struct WINRT_IMPL_EMPTY_BASES DispatcherQueueTimer : winrt::Windows::System::IDispatcherQueueTimer
|
||||
{
|
||||
DispatcherQueueTimer(std::nullptr_t) noexcept {}
|
||||
DispatcherQueueTimer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IDispatcherQueueTimer(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) FolderLauncherOptions : winrt::Windows::System::IFolderLauncherOptions,
|
||||
struct WINRT_IMPL_EMPTY_BASES FolderLauncherOptions : winrt::Windows::System::IFolderLauncherOptions,
|
||||
impl::require<FolderLauncherOptions, winrt::Windows::System::ILauncherViewOptions>
|
||||
{
|
||||
FolderLauncherOptions(std::nullptr_t) noexcept {}
|
||||
@@ -166,8 +173,9 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
[[nodiscard]] static auto PrincipalName();
|
||||
[[nodiscard]] static auto DomainName();
|
||||
[[nodiscard]] static auto SessionInitiationProtocolUri();
|
||||
[[nodiscard]] static auto AgeEnforcementRegion();
|
||||
};
|
||||
struct __declspec(empty_bases) LaunchUriResult : winrt::Windows::System::ILaunchUriResult
|
||||
struct WINRT_IMPL_EMPTY_BASES LaunchUriResult : winrt::Windows::System::ILaunchUriResult
|
||||
{
|
||||
LaunchUriResult(std::nullptr_t) noexcept {}
|
||||
LaunchUriResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::ILaunchUriResult(ptr, take_ownership_from_abi) {}
|
||||
@@ -204,14 +212,14 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto LaunchFolderPathForUserAsync(winrt::Windows::System::User const& user, param::hstring const& path);
|
||||
static auto LaunchFolderPathForUserAsync(winrt::Windows::System::User const& user, param::hstring const& path, winrt::Windows::System::FolderLauncherOptions const& options);
|
||||
};
|
||||
struct __declspec(empty_bases) LauncherOptions : winrt::Windows::System::ILauncherOptions,
|
||||
struct WINRT_IMPL_EMPTY_BASES LauncherOptions : winrt::Windows::System::ILauncherOptions,
|
||||
impl::require<LauncherOptions, winrt::Windows::System::ILauncherOptions2, winrt::Windows::System::ILauncherOptions3, winrt::Windows::System::ILauncherOptions4, winrt::Windows::System::ILauncherViewOptions>
|
||||
{
|
||||
LauncherOptions(std::nullptr_t) noexcept {}
|
||||
LauncherOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::ILauncherOptions(ptr, take_ownership_from_abi) {}
|
||||
LauncherOptions();
|
||||
};
|
||||
struct __declspec(empty_bases) LauncherUIOptions : winrt::Windows::System::ILauncherUIOptions
|
||||
struct WINRT_IMPL_EMPTY_BASES LauncherUIOptions : winrt::Windows::System::ILauncherUIOptions
|
||||
{
|
||||
LauncherUIOptions(std::nullptr_t) noexcept {}
|
||||
LauncherUIOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::ILauncherUIOptions(ptr, take_ownership_from_abi) {}
|
||||
@@ -245,23 +253,23 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto RunToCompletionAsync(param::hstring const& fileName, param::hstring const& args);
|
||||
static auto RunToCompletionAsync(param::hstring const& fileName, param::hstring const& args, winrt::Windows::System::ProcessLauncherOptions const& options);
|
||||
};
|
||||
struct __declspec(empty_bases) ProcessLauncherOptions : winrt::Windows::System::IProcessLauncherOptions
|
||||
struct WINRT_IMPL_EMPTY_BASES ProcessLauncherOptions : winrt::Windows::System::IProcessLauncherOptions
|
||||
{
|
||||
ProcessLauncherOptions(std::nullptr_t) noexcept {}
|
||||
ProcessLauncherOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IProcessLauncherOptions(ptr, take_ownership_from_abi) {}
|
||||
ProcessLauncherOptions();
|
||||
};
|
||||
struct __declspec(empty_bases) ProcessLauncherResult : winrt::Windows::System::IProcessLauncherResult
|
||||
struct WINRT_IMPL_EMPTY_BASES ProcessLauncherResult : winrt::Windows::System::IProcessLauncherResult
|
||||
{
|
||||
ProcessLauncherResult(std::nullptr_t) noexcept {}
|
||||
ProcessLauncherResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IProcessLauncherResult(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ProcessMemoryReport : winrt::Windows::System::IProcessMemoryReport
|
||||
struct WINRT_IMPL_EMPTY_BASES ProcessMemoryReport : winrt::Windows::System::IProcessMemoryReport
|
||||
{
|
||||
ProcessMemoryReport(std::nullptr_t) noexcept {}
|
||||
ProcessMemoryReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IProcessMemoryReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ProtocolForResultsOperation : winrt::Windows::System::IProtocolForResultsOperation
|
||||
struct WINRT_IMPL_EMPTY_BASES ProtocolForResultsOperation : winrt::Windows::System::IProtocolForResultsOperation
|
||||
{
|
||||
ProtocolForResultsOperation(std::nullptr_t) noexcept {}
|
||||
ProtocolForResultsOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IProtocolForResultsOperation(ptr, take_ownership_from_abi) {}
|
||||
@@ -273,7 +281,7 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto LaunchUriAsync(winrt::Windows::System::RemoteSystems::RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, winrt::Windows::Foundation::Uri const& uri, winrt::Windows::System::RemoteLauncherOptions const& options);
|
||||
static auto LaunchUriAsync(winrt::Windows::System::RemoteSystems::RemoteSystemConnectionRequest const& remoteSystemConnectionRequest, winrt::Windows::Foundation::Uri const& uri, winrt::Windows::System::RemoteLauncherOptions const& options, winrt::Windows::Foundation::Collections::ValueSet const& inputData);
|
||||
};
|
||||
struct __declspec(empty_bases) RemoteLauncherOptions : winrt::Windows::System::IRemoteLauncherOptions
|
||||
struct WINRT_IMPL_EMPTY_BASES RemoteLauncherOptions : winrt::Windows::System::IRemoteLauncherOptions
|
||||
{
|
||||
RemoteLauncherOptions(std::nullptr_t) noexcept {}
|
||||
RemoteLauncherOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IRemoteLauncherOptions(ptr, take_ownership_from_abi) {}
|
||||
@@ -297,7 +305,8 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto ChangeTimeZoneByDisplayName(param::hstring const& timeZoneDisplayName);
|
||||
static auto AutoUpdateTimeZoneAsync(winrt::Windows::Foundation::TimeSpan const& timeout);
|
||||
};
|
||||
struct __declspec(empty_bases) User : winrt::Windows::System::IUser
|
||||
struct WINRT_IMPL_EMPTY_BASES User : winrt::Windows::System::IUser,
|
||||
impl::require<User, winrt::Windows::System::IUser2>
|
||||
{
|
||||
User(std::nullptr_t) noexcept {}
|
||||
User(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUser(ptr, take_ownership_from_abi) {}
|
||||
@@ -308,17 +317,17 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
static auto GetFromId(param::hstring const& nonRoamableId);
|
||||
static auto GetDefault();
|
||||
};
|
||||
struct __declspec(empty_bases) UserAuthenticationStatusChangeDeferral : winrt::Windows::System::IUserAuthenticationStatusChangeDeferral
|
||||
struct WINRT_IMPL_EMPTY_BASES UserAuthenticationStatusChangeDeferral : winrt::Windows::System::IUserAuthenticationStatusChangeDeferral
|
||||
{
|
||||
UserAuthenticationStatusChangeDeferral(std::nullptr_t) noexcept {}
|
||||
UserAuthenticationStatusChangeDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUserAuthenticationStatusChangeDeferral(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) UserAuthenticationStatusChangingEventArgs : winrt::Windows::System::IUserAuthenticationStatusChangingEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES UserAuthenticationStatusChangingEventArgs : winrt::Windows::System::IUserAuthenticationStatusChangingEventArgs
|
||||
{
|
||||
UserAuthenticationStatusChangingEventArgs(std::nullptr_t) noexcept {}
|
||||
UserAuthenticationStatusChangingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUserAuthenticationStatusChangingEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) UserChangedEventArgs : winrt::Windows::System::IUserChangedEventArgs,
|
||||
struct WINRT_IMPL_EMPTY_BASES UserChangedEventArgs : winrt::Windows::System::IUserChangedEventArgs,
|
||||
impl::require<UserChangedEventArgs, winrt::Windows::System::IUserChangedEventArgs2>
|
||||
{
|
||||
UserChangedEventArgs(std::nullptr_t) noexcept {}
|
||||
@@ -333,19 +342,19 @@ WINRT_EXPORT namespace winrt::Windows::System
|
||||
[[nodiscard]] static auto UserDeviceAssociationChanged(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::System::UserDeviceAssociationChangedEventArgs> const& handler);
|
||||
static auto UserDeviceAssociationChanged(winrt::event_token const& token);
|
||||
};
|
||||
struct __declspec(empty_bases) UserDeviceAssociationChangedEventArgs : winrt::Windows::System::IUserDeviceAssociationChangedEventArgs
|
||||
struct WINRT_IMPL_EMPTY_BASES UserDeviceAssociationChangedEventArgs : winrt::Windows::System::IUserDeviceAssociationChangedEventArgs
|
||||
{
|
||||
UserDeviceAssociationChangedEventArgs(std::nullptr_t) noexcept {}
|
||||
UserDeviceAssociationChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUserDeviceAssociationChangedEventArgs(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) UserPicker : winrt::Windows::System::IUserPicker
|
||||
struct WINRT_IMPL_EMPTY_BASES UserPicker : winrt::Windows::System::IUserPicker
|
||||
{
|
||||
UserPicker(std::nullptr_t) noexcept {}
|
||||
UserPicker(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUserPicker(ptr, take_ownership_from_abi) {}
|
||||
UserPicker();
|
||||
static auto IsSupported();
|
||||
};
|
||||
struct __declspec(empty_bases) UserWatcher : winrt::Windows::System::IUserWatcher
|
||||
struct WINRT_IMPL_EMPTY_BASES UserWatcher : winrt::Windows::System::IUserWatcher
|
||||
{
|
||||
UserWatcher(std::nullptr_t) noexcept {}
|
||||
UserWatcher(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::IUserWatcher(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user