Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Scanners.2.h
T
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00

81 lines
5.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_Devices_Scanners_2_H
#define WINRT_Windows_Devices_Scanners_2_H
#include "winrt/impl/Windows.Devices.Scanners.1.h"
WINRT_EXPORT namespace winrt::Windows::Devices::Scanners
{
struct ImageScannerResolution
{
float DpiX;
float DpiY;
};
inline bool operator==(ImageScannerResolution const& left, ImageScannerResolution const& right) noexcept
{
return left.DpiX == right.DpiX && left.DpiY == right.DpiY;
}
inline bool operator!=(ImageScannerResolution const& left, ImageScannerResolution const& right) noexcept
{
return !(left == right);
}
struct __declspec(empty_bases) ImageScanner : winrt::Windows::Devices::Scanners::IImageScanner
{
ImageScanner(std::nullptr_t) noexcept {}
ImageScanner(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScanner(ptr, take_ownership_from_abi) {}
ImageScanner(ImageScanner const&) noexcept = default;
ImageScanner(ImageScanner&&) noexcept = default;
ImageScanner& operator=(ImageScanner const&) & noexcept = default;
ImageScanner& operator=(ImageScanner&&) & noexcept = default;
static auto FromIdAsync(param::hstring const& deviceId);
static auto GetDeviceSelector();
};
struct __declspec(empty_bases) ImageScannerAutoConfiguration : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration
{
ImageScannerAutoConfiguration(std::nullptr_t) noexcept {}
ImageScannerAutoConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration(ptr, take_ownership_from_abi) {}
ImageScannerAutoConfiguration(ImageScannerAutoConfiguration const&) noexcept = default;
ImageScannerAutoConfiguration(ImageScannerAutoConfiguration&&) noexcept = default;
ImageScannerAutoConfiguration& operator=(ImageScannerAutoConfiguration const&) & noexcept = default;
ImageScannerAutoConfiguration& operator=(ImageScannerAutoConfiguration&&) & noexcept = default;
};
struct __declspec(empty_bases) ImageScannerFeederConfiguration : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration,
impl::require<ImageScannerFeederConfiguration, winrt::Windows::Devices::Scanners::IImageScannerSourceConfiguration, winrt::Windows::Devices::Scanners::IImageScannerFeederConfiguration>
{
ImageScannerFeederConfiguration(std::nullptr_t) noexcept {}
ImageScannerFeederConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration(ptr, take_ownership_from_abi) {}
ImageScannerFeederConfiguration(ImageScannerFeederConfiguration const&) noexcept = default;
ImageScannerFeederConfiguration(ImageScannerFeederConfiguration&&) noexcept = default;
ImageScannerFeederConfiguration& operator=(ImageScannerFeederConfiguration const&) & noexcept = default;
ImageScannerFeederConfiguration& operator=(ImageScannerFeederConfiguration&&) & noexcept = default;
};
struct __declspec(empty_bases) ImageScannerFlatbedConfiguration : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration,
impl::require<ImageScannerFlatbedConfiguration, winrt::Windows::Devices::Scanners::IImageScannerSourceConfiguration>
{
ImageScannerFlatbedConfiguration(std::nullptr_t) noexcept {}
ImageScannerFlatbedConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration(ptr, take_ownership_from_abi) {}
ImageScannerFlatbedConfiguration(ImageScannerFlatbedConfiguration const&) noexcept = default;
ImageScannerFlatbedConfiguration(ImageScannerFlatbedConfiguration&&) noexcept = default;
ImageScannerFlatbedConfiguration& operator=(ImageScannerFlatbedConfiguration const&) & noexcept = default;
ImageScannerFlatbedConfiguration& operator=(ImageScannerFlatbedConfiguration&&) & noexcept = default;
};
struct __declspec(empty_bases) ImageScannerPreviewResult : winrt::Windows::Devices::Scanners::IImageScannerPreviewResult
{
ImageScannerPreviewResult(std::nullptr_t) noexcept {}
ImageScannerPreviewResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScannerPreviewResult(ptr, take_ownership_from_abi) {}
ImageScannerPreviewResult(ImageScannerPreviewResult const&) noexcept = default;
ImageScannerPreviewResult(ImageScannerPreviewResult&&) noexcept = default;
ImageScannerPreviewResult& operator=(ImageScannerPreviewResult const&) & noexcept = default;
ImageScannerPreviewResult& operator=(ImageScannerPreviewResult&&) & noexcept = default;
};
struct __declspec(empty_bases) ImageScannerScanResult : winrt::Windows::Devices::Scanners::IImageScannerScanResult
{
ImageScannerScanResult(std::nullptr_t) noexcept {}
ImageScannerScanResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Scanners::IImageScannerScanResult(ptr, take_ownership_from_abi) {}
ImageScannerScanResult(ImageScannerScanResult const&) noexcept = default;
ImageScannerScanResult(ImageScannerScanResult&&) noexcept = default;
ImageScannerScanResult& operator=(ImageScannerScanResult const&) & noexcept = default;
ImageScannerScanResult& operator=(ImageScannerScanResult&&) & noexcept = default;
};
}
#endif