Files
WinDurango/dlls/winrt_x/Implementation/Windows.Xbox.ApplicationModel.State.Internal.ProtocolQuery.cpp
2025-06-03 00:54:43 -04:00

12 lines
455 B
C++

#include "pch.h"
#include "Windows.Xbox.ApplicationModel.State.Internal.ProtocolQuery.h"
#include "Windows.Xbox.ApplicationModel.State.Internal.ProtocolQuery.g.cpp"
namespace winrt::Windows::Xbox::ApplicationModel::State::Internal::implementation
{
winrt::Windows::Foundation::Collections::IVectorView<hstring> ProtocolQuery::FindAumidsForScheme(hstring const& scheme)
{
Logger::NotImplemented(); throw hresult_not_implemented();
}
}