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

47 lines
2.4 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_ContentModerationInternal_1_H
#define WINRT_Microsoft_Windows_AI_ContentModerationInternal_1_H
#include "winrt/impl/Microsoft.Windows.AI.ContentModerationInternal.0.h"
#include "winrt/impl/Windows.Foundation.0.h"
WINRT_EXPORT namespace winrt::Microsoft::Windows::AI::
ContentModerationInternal {
struct WINRT_IMPL_EMPTY_BASES IImageContentModerationSession
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<IImageContentModerationSession>,
impl::require<winrt::Microsoft::Windows::AI::ContentModerationInternal::
IImageContentModerationSession,
winrt::Windows::Foundation::IClosable> {
IImageContentModerationSession(std::nullptr_t = nullptr) noexcept {}
IImageContentModerationSession(void* ptr,
take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES ITextBlockListSession
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<ITextBlockListSession>,
impl::require<winrt::Microsoft::Windows::AI::ContentModerationInternal::
ITextBlockListSession,
winrt::Windows::Foundation::IClosable> {
ITextBlockListSession(std::nullptr_t = nullptr) noexcept {}
ITextBlockListSession(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES ITextContentModerationSession
: winrt::Windows::Foundation::IInspectable,
impl::consume_t<ITextContentModerationSession>,
impl::require<winrt::Microsoft::Windows::AI::ContentModerationInternal::
ITextContentModerationSession,
winrt::Windows::Foundation::IClosable> {
ITextContentModerationSession(std::nullptr_t = nullptr) noexcept {}
ITextContentModerationSession(void* ptr, take_ownership_from_abi_t) noexcept
: winrt::Windows::Foundation::IInspectable(ptr,
take_ownership_from_abi) {}
};
}
#endif