#include "pch.h" #include "Windows.Xbox.ApplicationModel.State.Internal.PackageFullNameQuery.h" #include "Windows.Xbox.ApplicationModel.State.Internal.PackageFullNameQuery.g.cpp" namespace winrt::Windows::Xbox::ApplicationModel::State::Internal::implementation { bool PackageFullNameQuery::IsInbox(hstring const& packageFullName) { LOG_NOTIMPLEMENTED(); throw hresult_not_implemented(); } bool PackageFullNameQuery::IsEra(hstring const& packageFullName) { LOG_NOTIMPLEMENTED(); throw hresult_not_implemented(); } winrt::Windows::Xbox::ApplicationModel::State::Internal::PackageContentType PackageFullNameQuery::GetContentType(hstring const& packageFullName) { LOG_NOTIMPLEMENTED(); throw hresult_not_implemented(); } bool PackageFullNameQuery::IsGameCore(hstring const& packageFullName) { LOG_NOTIMPLEMENTED(); throw hresult_not_implemented(); } }