Files
WinDurango/dlls/winrt_x/Implementation/Microsoft.Xbox.Services.System.VerifyStringResult.cpp
2025-06-02 22:45:11 -04:00

17 lines
486 B
C++

#include "pch.h"
#include "Microsoft.Xbox.Services.System.VerifyStringResult.h"
#include "Microsoft.Xbox.Services.System.VerifyStringResult.g.cpp"
namespace winrt::Microsoft::Xbox::Services::System::implementation
{
winrt::Microsoft::Xbox::Services::System::VerifyStringResultCode VerifyStringResult::ResultCode()
{
throw hresult_not_implemented();
}
hstring VerifyStringResult::FirstOffendingSubstring()
{
throw hresult_not_implemented();
}
}