More winrt_x implementations needed to continue

This commit is contained in:
AleBlbl
2025-01-07 04:29:43 +01:00
parent 034d193efd
commit 2dc277f9e2
52 changed files with 2132 additions and 3 deletions
@@ -23,6 +23,14 @@
namespace winrt::Windows::Xbox::Networking::implementation
{
SecureDeviceAddress::SecureDeviceAddress(winrt::Windows::Storage::Streams::IBuffer const& buffer)
{
throw hresult_not_implemented();
}
int32_t SecureDeviceAddress::CompareBuffers(winrt::Windows::Storage::Streams::IBuffer const& buffer1, winrt::Windows::Storage::Streams::IBuffer const& buffer2)
{
throw hresult_not_implemented();
}
int32_t SecureDeviceAddress::CompareBytes(array_view<uint8_t const> bytes1, array_view<uint8_t const> bytes2)
{
throw hresult_not_implemented();
@@ -51,6 +59,10 @@ namespace winrt::Windows::Xbox::Networking::implementation
{
throw hresult_not_implemented();
}
winrt::Windows::Storage::Streams::IBuffer SecureDeviceAddress::GetBuffer()
{
throw hresult_not_implemented();
}
int32_t SecureDeviceAddress::Compare(winrt::Windows::Xbox::Networking::SecureDeviceAddress const& secureDeviceAddress)
{
throw hresult_not_implemented();