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

15 lines
407 B
C++

#pragma once
#include "Microsoft.Xbox.Services.System.VerifyStringResult.g.h"
namespace winrt::Microsoft::Xbox::Services::System::implementation
{
struct VerifyStringResult : VerifyStringResultT<VerifyStringResult>
{
VerifyStringResult() = default;
winrt::Microsoft::Xbox::Services::System::VerifyStringResultCode ResultCode();
hstring FirstOffendingSubstring();
};
}