mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
28 lines
1.6 KiB
C++
28 lines
1.6 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_System_Diagnostics_Telemetry_2_H
|
|
#define WINRT_Windows_System_Diagnostics_Telemetry_2_H
|
|
#include "winrt/impl/Windows.System.Diagnostics.Telemetry.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::System::Diagnostics::Telemetry
|
|
{
|
|
struct PlatformTelemetryClient
|
|
{
|
|
PlatformTelemetryClient() = delete;
|
|
static auto Register(param::hstring const& id);
|
|
static auto Register(param::hstring const& id, winrt::Windows::System::Diagnostics::Telemetry::PlatformTelemetryRegistrationSettings const& settings);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES PlatformTelemetryRegistrationResult : winrt::Windows::System::Diagnostics::Telemetry::IPlatformTelemetryRegistrationResult
|
|
{
|
|
PlatformTelemetryRegistrationResult(std::nullptr_t) noexcept {}
|
|
PlatformTelemetryRegistrationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::Diagnostics::Telemetry::IPlatformTelemetryRegistrationResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES PlatformTelemetryRegistrationSettings : winrt::Windows::System::Diagnostics::Telemetry::IPlatformTelemetryRegistrationSettings
|
|
{
|
|
PlatformTelemetryRegistrationSettings(std::nullptr_t) noexcept {}
|
|
PlatformTelemetryRegistrationSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::Diagnostics::Telemetry::IPlatformTelemetryRegistrationSettings(ptr, take_ownership_from_abi) {}
|
|
PlatformTelemetryRegistrationSettings();
|
|
};
|
|
}
|
|
#endif
|