mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-05-05 00:39:16 -05:00
More winrt_x implementations needed to continue
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user