// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_Search_Core_2_H #define WINRT_Windows_ApplicationModel_Search_Core_2_H #include "winrt/impl/Windows.ApplicationModel.Search.Core.1.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Search::Core { struct WINRT_IMPL_EMPTY_BASES RequestingFocusOnKeyboardInputEventArgs : winrt::Windows::ApplicationModel::Search::Core::IRequestingFocusOnKeyboardInputEventArgs { RequestingFocusOnKeyboardInputEventArgs(std::nullptr_t) noexcept {} RequestingFocusOnKeyboardInputEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Search::Core::IRequestingFocusOnKeyboardInputEventArgs(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES SearchSuggestion : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestion { SearchSuggestion(std::nullptr_t) noexcept {} SearchSuggestion(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestion(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES SearchSuggestionManager : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestionManager { SearchSuggestionManager(std::nullptr_t) noexcept {} SearchSuggestionManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestionManager(ptr, take_ownership_from_abi) {} SearchSuggestionManager(); }; struct WINRT_IMPL_EMPTY_BASES SearchSuggestionsRequestedEventArgs : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestionsRequestedEventArgs { SearchSuggestionsRequestedEventArgs(std::nullptr_t) noexcept {} SearchSuggestionsRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Search::Core::ISearchSuggestionsRequestedEventArgs(ptr, take_ownership_from_abi) {} }; } #endif