mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 23:26:12 -04:00
57 lines
2.9 KiB
C++
57 lines
2.9 KiB
C++
// Copyright 2020 Google LLC
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#ifndef WINRT_Windows_Devices_Display_1_H
|
|
#define WINRT_Windows_Devices_Display_1_H
|
|
#include "winrt/impl/Windows.Devices.Display.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Display
|
|
{
|
|
struct __declspec(empty_bases) IDisplayMonitor :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDisplayMonitor>
|
|
{
|
|
IDisplayMonitor(std::nullptr_t = nullptr) noexcept {}
|
|
IDisplayMonitor(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IDisplayMonitor(IDisplayMonitor const&) noexcept = default;
|
|
IDisplayMonitor(IDisplayMonitor&&) noexcept = default;
|
|
IDisplayMonitor& operator=(IDisplayMonitor const&) & noexcept = default;
|
|
IDisplayMonitor& operator=(IDisplayMonitor&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IDisplayMonitor2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDisplayMonitor2>
|
|
{
|
|
IDisplayMonitor2(std::nullptr_t = nullptr) noexcept {}
|
|
IDisplayMonitor2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IDisplayMonitor2(IDisplayMonitor2 const&) noexcept = default;
|
|
IDisplayMonitor2(IDisplayMonitor2&&) noexcept = default;
|
|
IDisplayMonitor2& operator=(IDisplayMonitor2 const&) & noexcept = default;
|
|
IDisplayMonitor2& operator=(IDisplayMonitor2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IDisplayMonitorStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IDisplayMonitorStatics>
|
|
{
|
|
IDisplayMonitorStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IDisplayMonitorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IDisplayMonitorStatics(IDisplayMonitorStatics const&) noexcept = default;
|
|
IDisplayMonitorStatics(IDisplayMonitorStatics&&) noexcept = default;
|
|
IDisplayMonitorStatics& operator=(IDisplayMonitorStatics const&) & noexcept = default;
|
|
IDisplayMonitorStatics& operator=(IDisplayMonitorStatics&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|