Update WinRT to new version 2.0.250303.1

PiperOrigin-RevId: 781075193
This commit is contained in:
Guogang Li
2025-07-09 08:58:00 -07:00
committed by Copybara-Service
parent 5e558cffc4
commit 8f14bd10fc
1395 changed files with 498490 additions and 61973 deletions
@@ -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_Devices_Geolocation_1_H
@@ -6,14 +6,14 @@
#include "winrt/impl/Windows.Devices.Geolocation.0.h"
WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
{
struct __declspec(empty_bases) ICivicAddress :
struct WINRT_IMPL_EMPTY_BASES ICivicAddress :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<ICivicAddress>
{
ICivicAddress(std::nullptr_t = nullptr) noexcept {}
ICivicAddress(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoboundingBox :
struct WINRT_IMPL_EMPTY_BASES IGeoboundingBox :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoboundingBox>,
impl::require<winrt::Windows::Devices::Geolocation::IGeoboundingBox, winrt::Windows::Devices::Geolocation::IGeoshape>
@@ -21,21 +21,21 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeoboundingBox(std::nullptr_t = nullptr) noexcept {}
IGeoboundingBox(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoboundingBoxFactory :
struct WINRT_IMPL_EMPTY_BASES IGeoboundingBoxFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoboundingBoxFactory>
{
IGeoboundingBoxFactory(std::nullptr_t = nullptr) noexcept {}
IGeoboundingBoxFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoboundingBoxStatics :
struct WINRT_IMPL_EMPTY_BASES IGeoboundingBoxStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoboundingBoxStatics>
{
IGeoboundingBoxStatics(std::nullptr_t = nullptr) noexcept {}
IGeoboundingBoxStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocircle :
struct WINRT_IMPL_EMPTY_BASES IGeocircle :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocircle>,
impl::require<winrt::Windows::Devices::Geolocation::IGeocircle, winrt::Windows::Devices::Geolocation::IGeoshape>
@@ -43,42 +43,42 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeocircle(std::nullptr_t = nullptr) noexcept {}
IGeocircle(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocircleFactory :
struct WINRT_IMPL_EMPTY_BASES IGeocircleFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocircleFactory>
{
IGeocircleFactory(std::nullptr_t = nullptr) noexcept {}
IGeocircleFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinate :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinate :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinate>
{
IGeocoordinate(std::nullptr_t = nullptr) noexcept {}
IGeocoordinate(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinateSatelliteData :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateSatelliteData :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateSatelliteData>
{
IGeocoordinateSatelliteData(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateSatelliteData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinateSatelliteData2 :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateSatelliteData2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateSatelliteData2>
{
IGeocoordinateSatelliteData2(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateSatelliteData2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinateWithPoint :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateWithPoint :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateWithPoint>
{
IGeocoordinateWithPoint(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateWithPoint(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinateWithPositionData :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateWithPositionData :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateWithPositionData>,
impl::require<winrt::Windows::Devices::Geolocation::IGeocoordinateWithPositionData, winrt::Windows::Devices::Geolocation::IGeocoordinate>
@@ -86,42 +86,49 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeocoordinateWithPositionData(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateWithPositionData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeocoordinateWithPositionSourceTimestamp :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateWithPositionSourceTimestamp :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateWithPositionSourceTimestamp>
{
IGeocoordinateWithPositionSourceTimestamp(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateWithPositionSourceTimestamp(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeolocator :
struct WINRT_IMPL_EMPTY_BASES IGeocoordinateWithRemoteSource :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeocoordinateWithRemoteSource>
{
IGeocoordinateWithRemoteSource(std::nullptr_t = nullptr) noexcept {}
IGeocoordinateWithRemoteSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGeolocator :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeolocator>
{
IGeolocator(std::nullptr_t = nullptr) noexcept {}
IGeolocator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeolocator2 :
struct WINRT_IMPL_EMPTY_BASES IGeolocator2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeolocator2>
{
IGeolocator2(std::nullptr_t = nullptr) noexcept {}
IGeolocator2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeolocatorStatics :
struct WINRT_IMPL_EMPTY_BASES IGeolocatorStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeolocatorStatics>
{
IGeolocatorStatics(std::nullptr_t = nullptr) noexcept {}
IGeolocatorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeolocatorStatics2 :
struct WINRT_IMPL_EMPTY_BASES IGeolocatorStatics2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeolocatorStatics2>
{
IGeolocatorStatics2(std::nullptr_t = nullptr) noexcept {}
IGeolocatorStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeolocatorWithScalarAccuracy :
struct WINRT_IMPL_EMPTY_BASES IGeolocatorWithScalarAccuracy :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeolocatorWithScalarAccuracy>,
impl::require<winrt::Windows::Devices::Geolocation::IGeolocatorWithScalarAccuracy, winrt::Windows::Devices::Geolocation::IGeolocator>
@@ -129,7 +136,7 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeolocatorWithScalarAccuracy(std::nullptr_t = nullptr) noexcept {}
IGeolocatorWithScalarAccuracy(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeopath :
struct WINRT_IMPL_EMPTY_BASES IGeopath :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeopath>,
impl::require<winrt::Windows::Devices::Geolocation::IGeopath, winrt::Windows::Devices::Geolocation::IGeoshape>
@@ -137,14 +144,14 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeopath(std::nullptr_t = nullptr) noexcept {}
IGeopath(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeopathFactory :
struct WINRT_IMPL_EMPTY_BASES IGeopathFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeopathFactory>
{
IGeopathFactory(std::nullptr_t = nullptr) noexcept {}
IGeopathFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeopoint :
struct WINRT_IMPL_EMPTY_BASES IGeopoint :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeopoint>,
impl::require<winrt::Windows::Devices::Geolocation::IGeopoint, winrt::Windows::Devices::Geolocation::IGeoshape>
@@ -152,21 +159,21 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeopoint(std::nullptr_t = nullptr) noexcept {}
IGeopoint(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeopointFactory :
struct WINRT_IMPL_EMPTY_BASES IGeopointFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeopointFactory>
{
IGeopointFactory(std::nullptr_t = nullptr) noexcept {}
IGeopointFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoposition :
struct WINRT_IMPL_EMPTY_BASES IGeoposition :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoposition>
{
IGeoposition(std::nullptr_t = nullptr) noexcept {}
IGeoposition(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoposition2 :
struct WINRT_IMPL_EMPTY_BASES IGeoposition2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoposition2>,
impl::require<winrt::Windows::Devices::Geolocation::IGeoposition2, winrt::Windows::Devices::Geolocation::IGeoposition>
@@ -174,63 +181,63 @@ WINRT_EXPORT namespace winrt::Windows::Devices::Geolocation
IGeoposition2(std::nullptr_t = nullptr) noexcept {}
IGeoposition2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeoshape :
struct WINRT_IMPL_EMPTY_BASES IGeoshape :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeoshape>
{
IGeoshape(std::nullptr_t = nullptr) noexcept {}
IGeoshape(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeovisit :
struct WINRT_IMPL_EMPTY_BASES IGeovisit :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeovisit>
{
IGeovisit(std::nullptr_t = nullptr) noexcept {}
IGeovisit(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeovisitMonitor :
struct WINRT_IMPL_EMPTY_BASES IGeovisitMonitor :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeovisitMonitor>
{
IGeovisitMonitor(std::nullptr_t = nullptr) noexcept {}
IGeovisitMonitor(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeovisitMonitorStatics :
struct WINRT_IMPL_EMPTY_BASES IGeovisitMonitorStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeovisitMonitorStatics>
{
IGeovisitMonitorStatics(std::nullptr_t = nullptr) noexcept {}
IGeovisitMonitorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeovisitStateChangedEventArgs :
struct WINRT_IMPL_EMPTY_BASES IGeovisitStateChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeovisitStateChangedEventArgs>
{
IGeovisitStateChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IGeovisitStateChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IGeovisitTriggerDetails :
struct WINRT_IMPL_EMPTY_BASES IGeovisitTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGeovisitTriggerDetails>
{
IGeovisitTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IGeovisitTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IPositionChangedEventArgs :
struct WINRT_IMPL_EMPTY_BASES IPositionChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPositionChangedEventArgs>
{
IPositionChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IPositionChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IStatusChangedEventArgs :
struct WINRT_IMPL_EMPTY_BASES IStatusChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IStatusChangedEventArgs>
{
IStatusChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IStatusChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct __declspec(empty_bases) IVenueData :
struct WINRT_IMPL_EMPTY_BASES IVenueData :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IVenueData>
{