Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Microsoft.Windows.AI.ContentSafety.1.h
T
2026-01-27 23:46:02 -08:00

53 lines
2.7 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT
// v2.0.250303.1
#pragma once
#ifndef WINRT_Microsoft_Windows_AI_ContentSafety_1_H
#define WINRT_Microsoft_Windows_AI_ContentSafety_1_H
#include "winrt/impl/Microsoft.Windows.AI.ContentSafety.0.h"
WINRT_EXPORT namespace winrt::Microsoft::Windows::AI::ContentSafety {
struct WINRT_IMPL_EMPTY_BASES IContentFilterOptions
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<IContentFilterOptions> {
IContentFilterOptions(std::nullptr_t = nullptr) noexcept {}
IContentFilterOptions(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IImageContentFilterSeverity
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<IImageContentFilterSeverity> {
IImageContentFilterSeverity(std::nullptr_t = nullptr) noexcept {}
IImageContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IImageContentFilterSeverityFactory
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<IImageContentFilterSeverityFactory> {
IImageContentFilterSeverityFactory(std::nullptr_t = nullptr) noexcept {}
IImageContentFilterSeverityFactory(void* ptr,
take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES ITextContentFilterSeverity
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<ITextContentFilterSeverity> {
ITextContentFilterSeverity(std::nullptr_t = nullptr) noexcept {}
ITextContentFilterSeverity(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES ITextContentFilterSeverityFactory
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<ITextContentFilterSeverityFactory> {
ITextContentFilterSeverityFactory(std::nullptr_t = nullptr) noexcept {}
ITextContentFilterSeverityFactory(void* ptr,
take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
}
#endif