mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
62 lines
3.5 KiB
C++
62 lines
3.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Devices_Scanners_1_H
|
|
#define WINRT_Windows_Devices_Scanners_1_H
|
|
#include "winrt/impl/Windows.Devices.Scanners.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Scanners
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScanner :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScanner>
|
|
{
|
|
IImageScanner(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScanner(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerFeederConfiguration :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerFeederConfiguration>,
|
|
impl::require<winrt::Windows::Devices::Scanners::IImageScannerFeederConfiguration, winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration, winrt::Windows::Devices::Scanners::IImageScannerSourceConfiguration>
|
|
{
|
|
IImageScannerFeederConfiguration(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerFeederConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerFormatConfiguration :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerFormatConfiguration>
|
|
{
|
|
IImageScannerFormatConfiguration(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerFormatConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerPreviewResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerPreviewResult>
|
|
{
|
|
IImageScannerPreviewResult(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerPreviewResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerScanResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerScanResult>
|
|
{
|
|
IImageScannerScanResult(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerScanResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerSourceConfiguration :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerSourceConfiguration>,
|
|
impl::require<winrt::Windows::Devices::Scanners::IImageScannerSourceConfiguration, winrt::Windows::Devices::Scanners::IImageScannerFormatConfiguration>
|
|
{
|
|
IImageScannerSourceConfiguration(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerSourceConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IImageScannerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IImageScannerStatics>
|
|
{
|
|
IImageScannerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IImageScannerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|