// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_VoiceCommands_1_H #define WINRT_Windows_ApplicationModel_VoiceCommands_1_H #include "winrt/impl/Windows.ApplicationModel.VoiceCommands.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::VoiceCommands { struct WINRT_IMPL_EMPTY_BASES IVoiceCommand : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommand(std::nullptr_t = nullptr) noexcept {} IVoiceCommand(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandCompletedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandCompletedEventArgs(std::nullptr_t = nullptr) noexcept {} IVoiceCommandCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandConfirmationResult : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandConfirmationResult(std::nullptr_t = nullptr) noexcept {} IVoiceCommandConfirmationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandContentTile : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandContentTile(std::nullptr_t = nullptr) noexcept {} IVoiceCommandContentTile(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandDefinition : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandDefinition(std::nullptr_t = nullptr) noexcept {} IVoiceCommandDefinition(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandDefinitionManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandDefinitionManagerStatics(std::nullptr_t = nullptr) noexcept {} IVoiceCommandDefinitionManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandDisambiguationResult : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandDisambiguationResult(std::nullptr_t = nullptr) noexcept {} IVoiceCommandDisambiguationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandResponse : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandResponse(std::nullptr_t = nullptr) noexcept {} IVoiceCommandResponse(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandResponseStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandResponseStatics(std::nullptr_t = nullptr) noexcept {} IVoiceCommandResponseStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandServiceConnection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandServiceConnection(std::nullptr_t = nullptr) noexcept {} IVoiceCommandServiceConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandServiceConnectionStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandServiceConnectionStatics(std::nullptr_t = nullptr) noexcept {} IVoiceCommandServiceConnectionStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IVoiceCommandUserMessage : winrt::Windows::Foundation::IInspectable, impl::consume_t { IVoiceCommandUserMessage(std::nullptr_t = nullptr) noexcept {} IVoiceCommandUserMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif