mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-05 18:59:43 -06:00
WinRT - Better Debug
This commit is contained in:
@@ -41,7 +41,7 @@ HRESULT AcpHalAllocateShapeContexts_X(SHAPE_CONTEXTS* ctx) {
|
||||
|
||||
|
||||
HRESULT AcpHalReleaseShapeContexts_X( ) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
|
||||
// Free any previously allocated context arrays
|
||||
if (g_ApuHeap.NonCached) {
|
||||
@@ -136,7 +136,7 @@ HRESULT __stdcall ApuCreateHeap_X(UINT32 cachedSizeInBytes, UINT32 nonCachedSize
|
||||
|
||||
HRESULT __stdcall ApuHeapGetState_X(ApuHeapState* apuHeapState, UINT32 flags)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
|
||||
if (!apuHeapState)
|
||||
return E_POINTER;
|
||||
@@ -155,7 +155,7 @@ bool ApuIsVirtualAddressValid_X(
|
||||
UINT32 physicalAlignmentInBytes
|
||||
)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
|
||||
if (!virtualAddress || physicalAlignmentInBytes == 0)
|
||||
return false;
|
||||
@@ -176,7 +176,7 @@ HRESULT ApuFree_X(void* virtualAddress)
|
||||
}
|
||||
|
||||
APU_ADDRESS __stdcall ApuMapVirtualAddress_X(const void* virtualAddress) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return reinterpret_cast<APU_ADDRESS>(virtualAddress);
|
||||
}
|
||||
|
||||
@@ -184,6 +184,6 @@ void* ApuMapApuAddress_X(
|
||||
APU_ADDRESS apuPhysicalAddress
|
||||
)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return reinterpret_cast<void*>(apuPhysicalAddress);
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace AppModel {
|
||||
}
|
||||
__int64 __fastcall GetCurrentPackageFullName_X(std::wstring& packageFullName)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
packageFullName.clear( );
|
||||
//if ((NtCurrentPeb( )->BitField & 0x20) == 0)
|
||||
// return 15700;
|
||||
@@ -92,7 +92,7 @@ namespace AppModel {
|
||||
}
|
||||
__int64 __fastcall GetPackagesByPackageFamily_X(LPCWSTR lpSubKey, std::vector<std::wstring>& packageList)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
if (lpSubKey == nullptr)
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
|
||||
@@ -172,12 +172,12 @@ HRESULT CreateRandomAccessStreamOverStream_X(
|
||||
|
||||
__int64 __fastcall DllGetActivationFactory_X(HSTRING string, PVOID Ptr)
|
||||
{
|
||||
DEBUG_PRINT( ); return 0;
|
||||
DEBUG_LOG( ); return 0;
|
||||
}
|
||||
|
||||
HRESULT __stdcall DllGetClassObject_X(const IID* const rclsid, const IID* const riid, LPVOID* ppv)
|
||||
{
|
||||
DEBUG_PRINT( ); return 0;
|
||||
DEBUG_LOG( ); return 0;
|
||||
}
|
||||
|
||||
LONG __stdcall GetApplicationUserModelId_X(
|
||||
@@ -185,31 +185,31 @@ LONG __stdcall GetApplicationUserModelId_X(
|
||||
UINT32* applicationUserModelIdLength,
|
||||
PWSTR applicationUserModelId)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return GetCurrentApplicationUserModelId_X(applicationUserModelIdLength, applicationUserModelId);
|
||||
}
|
||||
|
||||
__int64 __fastcall GetApplicationXboxLiveInfo_X(WCHAR* a1, int a2, void* a3, unsigned int a4)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
LONG __stdcall GetCurrentApplicationUserModelId_X(UINT32* applicationUserModelIdLength, PWSTR applicationUserModelId)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
LONG __stdcall GetCurrentPackageFamilyName_X(UINT32* packageFamilyNameLength, PWSTR packageFamilyName)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
LONG __stdcall GetCurrentPackageFullName_X(UINT32* packageFullNameLength, PWSTR packageFullName)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
LONG CurrentPackageFullName; // edi
|
||||
UINT32 v5; // edi
|
||||
const wchar_t* v6; // r8
|
||||
@@ -254,14 +254,14 @@ LONG __stdcall GetCurrentPackageFullName_X(UINT32* packageFullNameLength, PWSTR
|
||||
|
||||
LONG __stdcall GetCurrentPackageId_X(UINT32* bufferLength, BYTE* buffer)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
LONG __stdcall GetCurrentPackagePath_X(UINT32* pathLength, PWSTR path)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -269,45 +269,45 @@ LONG __stdcall GetCurrentPackagePath_X(UINT32* pathLength, PWSTR path)
|
||||
|
||||
LONG __stdcall GetPackageFamilyName_X(HANDLE hProcess, UINT32* packageFamilyNameLength, PWSTR packageFamilyName)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return GetCurrentPackageFamilyName_X(packageFamilyNameLength, packageFamilyName);
|
||||
}
|
||||
|
||||
LONG __stdcall GetPackagePath_X(const PVOID* packageId, const UINT32 reserved, UINT32* pathLength, PWSTR path)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return GetCurrentPackagePath_X(pathLength, path);
|
||||
}
|
||||
|
||||
void GetPackageXboxLiveInfo_X( ) { DEBUG_PRINT( ); }
|
||||
void GetPackageXboxLiveInfo_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void GetProcessXboxLiveInfo_X( ) { DEBUG_PRINT( ); }
|
||||
void GetProcessXboxLiveInfo_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void GetXboxLiveTitleId_X( ) { DEBUG_PRINT( ); }
|
||||
void GetXboxLiveTitleId_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void PsmBlockAppStateChangeCompletion_X( ) { DEBUG_PRINT( ); }
|
||||
void PsmBlockAppStateChangeCompletion_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void PsmRegisterAppStateChangeNotification_X( ) { DEBUG_PRINT( ); }
|
||||
void PsmRegisterAppStateChangeNotification_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void PsmShutdownApplication_X( ) { DEBUG_PRINT( ); }
|
||||
void PsmShutdownApplication_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void PsmUnblockAppStateChangeCompletion_X( ) { DEBUG_PRINT( ); }
|
||||
void PsmUnblockAppStateChangeCompletion_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
void PsmWaitForAppResume_X( ) { DEBUG_PRINT( ); }
|
||||
void PsmWaitForAppResume_X( ) { DEBUG_LOG( ); }
|
||||
|
||||
LONG __stdcall GetPackageId(HANDLE hProcess, UINT32* bufferLength, BYTE* buffer)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return GetCurrentPackageId_X(bufferLength, buffer);
|
||||
}
|
||||
|
||||
LONG __stdcall GetPackageFullName_X(HANDLE hProcess, UINT32* packageFullNameLength, PWSTR packageFullName)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return GetCurrentPackageFullName_X(packageFullNameLength, packageFullName);
|
||||
}
|
||||
|
||||
LONG GetCurrentPackageInfo_X(const UINT32 flags, UINT32* bufferLength, BYTE* buffer, UINT32* count) { DEBUG_PRINT( ); return 0; }
|
||||
LONG GetCurrentPackageInfo_X(const UINT32 flags, UINT32* bufferLength, BYTE* buffer, UINT32* count) { DEBUG_LOG( ); return 0; }
|
||||
|
||||
LONG __stdcall GetPackagesByPackageFamily_X(
|
||||
PCWSTR packageFamilyName,
|
||||
@@ -316,7 +316,7 @@ LONG __stdcall GetPackagesByPackageFamily_X(
|
||||
UINT32* bufferLength,
|
||||
WCHAR* buffer)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
if (!packageFamilyName || !count || !bufferLength || (*count && !packageFullNames) || (*bufferLength && !buffer))
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
|
||||
@@ -356,7 +356,7 @@ LONG __stdcall GetPackagesByPackageFamily_X(
|
||||
|
||||
_int64 __fastcall GetCurrentXboxLiveTitleId_X(int* a1)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
int v4[ 6 ]; // [rsp+20h] [rbp-28h] BYREF
|
||||
|
||||
int v1 = 0;
|
||||
@@ -370,12 +370,12 @@ _int64 __fastcall GetCurrentXboxLiveTitleId_X(int* a1)
|
||||
}
|
||||
__int64 __fastcall GetSystemXboxLiveInfo_X(int a1, void* a2, unsigned int a3)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
LONG __fastcall GetCurrentXboxLiveInfo_X(unsigned int a1, void* a2, unsigned int a3)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
LONG result; // eax
|
||||
HMODULE ModuleHandleW; // rax
|
||||
UINT32 applicationUserModelIdLength[ 4 ]; // [rsp+20h] [rbp-138h] BYREF
|
||||
@@ -411,7 +411,7 @@ LONG __fastcall GetCurrentXboxLiveInfo_X(unsigned int a1, void* a2, unsigned int
|
||||
}
|
||||
LSTATUS __fastcall XblRegReadValue_X(HKEY hKey, LPCWSTR valueName, int expectedType, void* buffer, unsigned int bufferSize)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
DWORD dataType = 0;
|
||||
DWORD dataSize = bufferSize;
|
||||
|
||||
@@ -424,7 +424,7 @@ LSTATUS __fastcall XblRegReadValue_X(HKEY hKey, LPCWSTR valueName, int expectedT
|
||||
}
|
||||
__int64 __fastcall XblRegReadModuleTitleInfo_X(HINSTANCE a1, const unsigned __int16* a2, void* a3, unsigned int a4)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
unsigned int result;
|
||||
HKEY hKey = nullptr;
|
||||
int useSystemTitleId = 0;
|
||||
@@ -449,7 +449,7 @@ __int64 __fastcall XblRegReadModuleTitleInfo_X(HINSTANCE a1, const unsigned __in
|
||||
}
|
||||
LSTATUS __fastcall XblRegReadTitleInfo_X(HKEY a1, struct _XBOX_LIVE_TITLE_INFO* TitleInfo)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
LSTATUS result; // eax
|
||||
|
||||
result = XblRegReadValue_X(a1, L"TitleId", 4, TitleInfo, 4u);
|
||||
@@ -471,7 +471,7 @@ LSTATUS __fastcall XblRegReadTitleInfo_X(HKEY a1, struct _XBOX_LIVE_TITLE_INFO*
|
||||
|
||||
__int64 __fastcall XblRegOpenModuleKey_X(HMODULE a1, __int64 a2, HKEY* a3)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
unsigned int v4 = 1359;
|
||||
WCHAR Filename[ 264 ] = { 0 };
|
||||
WCHAR SubKey[ 512 ] = { 0 };
|
||||
@@ -500,7 +500,7 @@ __int64 __fastcall XblRegOpenModuleKey_X(HMODULE a1, __int64 a2, HKEY* a3)
|
||||
|
||||
void __fastcall PsmCli::UnregisterAppStateChangeNotification(PsmCli* instance, struct _PSM_APPSTATE_REGISTRATION* a2)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
_LIST_ENTRY* Flink;
|
||||
_LIST_ENTRY* Blink;
|
||||
|
||||
@@ -539,7 +539,7 @@ void __fastcall PsmCli::UnregisterAppStateChangeNotification(PsmCli* instance, s
|
||||
|
||||
void __fastcall PsmUnregisterAppStateChangeNotification_X(struct _PSM_APPSTATE_REGISTRATION* a1)
|
||||
{
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
if (a1)
|
||||
PsmCli::UnregisterAppStateChangeNotification(reinterpret_cast<PsmCli*>(a1), a1);
|
||||
}
|
||||
114
dlls/common/DebugLogger.cpp
Normal file
114
dlls/common/DebugLogger.cpp
Normal file
@@ -0,0 +1,114 @@
|
||||
#include "DebugLogger.h"
|
||||
#include <ctime>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <mutex>
|
||||
|
||||
static std::mutex logMutex;
|
||||
static std::ofstream logFile("debug.log", std::ios::app);
|
||||
|
||||
static const char* ToString(LogLevel level) {
|
||||
switch (level) {
|
||||
case LogLevel::Debug: return "DEBUG";
|
||||
case LogLevel::Info: return "INFO";
|
||||
case LogLevel::Warning: return "WARNING";
|
||||
case LogLevel::Error: return "ERROR";
|
||||
case LogLevel::Fatal: return "FATAL";
|
||||
case LogLevel::NotImplemented: return "NOT_IMPLEMENTED";
|
||||
default: return "UNKNOWN";
|
||||
}
|
||||
}
|
||||
|
||||
static const char* LevelColor(LogLevel level) {
|
||||
switch (level) {
|
||||
case LogLevel::Debug: return "\x1B[36m"; // Cyan
|
||||
case LogLevel::Info: return "\x1B[32m"; // Green
|
||||
case LogLevel::Warning: return "\x1B[33m"; // Yellow
|
||||
case LogLevel::Error: return "\x1B[31m"; // Red
|
||||
case LogLevel::Fatal: return "\x1B[41m"; // Red Background
|
||||
case LogLevel::NotImplemented: return "\x1B[35m"; // Magenta
|
||||
default: return "\x1B[0m";
|
||||
}
|
||||
}
|
||||
|
||||
static std::string CurrentTime( ) {
|
||||
std::time_t now = std::time(nullptr);
|
||||
char buffer[ 32 ];
|
||||
std::strftime(buffer, sizeof(buffer), "%Y-%m-%d %I:%M:%S %p", std::localtime(&now));
|
||||
return buffer;
|
||||
}
|
||||
|
||||
void Logger::Log(LogLevel level, const std::string& message, const char* file, int line, const char* function) {
|
||||
std::lock_guard<std::mutex> lock(logMutex);
|
||||
|
||||
const char* levelStr = ToString(level);
|
||||
const char* color = LevelColor(level);
|
||||
const char* reset = "\x1B[0m";
|
||||
|
||||
std::string func = ExtractFunctionName(function);
|
||||
std::string timeStr = CurrentTime( );
|
||||
|
||||
// Console
|
||||
std::cout << color << timeStr << " - " << func << " - " << levelStr << " - Line " << line;
|
||||
if (!message.empty( )) std::cout << " - " << message;
|
||||
std::cout << reset << std::endl;
|
||||
|
||||
// File
|
||||
if (logFile.is_open( )) {
|
||||
logFile << timeStr << " - " << func << " - " << levelStr << " - Line " << line;
|
||||
if (!message.empty( )) logFile << " - " << message;
|
||||
logFile << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
// Shortcuts
|
||||
void Logger::Debug(const char* message) { Log(LogLevel::Debug, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
void Logger::Info(const char* message) { Log(LogLevel::Info, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
void Logger::Warning(const char* message) { Log(LogLevel::Warning, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
void Logger::Error(const char* message) { Log(LogLevel::Error, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
void Logger::Fatal(const char* message) { Log(LogLevel::Fatal, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
void Logger::NotImplemented(const char* message) { Log(LogLevel::NotImplemented, message, __FILE__, __LINE__, FUNCTION_NAME); }
|
||||
|
||||
// Utility
|
||||
const char* ExtractProjectName(const char* filePath) {
|
||||
const char* lastSlash = strrchr(filePath, '/');
|
||||
if (!lastSlash) lastSlash = strrchr(filePath, '\\');
|
||||
if (lastSlash) {
|
||||
const char* secondLastSlash = filePath;
|
||||
while (secondLastSlash < lastSlash) {
|
||||
const char* temp = strpbrk(secondLastSlash + 1, "/\\");
|
||||
if (temp && temp < lastSlash) secondLastSlash = temp;
|
||||
else break;
|
||||
}
|
||||
if (secondLastSlash != filePath) {
|
||||
static char projectName[ 256 ];
|
||||
size_t length = lastSlash - secondLastSlash - 1;
|
||||
length = (length < sizeof(projectName) - 1) ? length : sizeof(projectName) - 1;
|
||||
#ifdef _MSC_VER
|
||||
strncpy_s(projectName, sizeof(projectName), secondLastSlash + 1, length);
|
||||
#else
|
||||
strncpy(projectName, secondLastSlash + 1, length);
|
||||
projectName[ length ] = '\0';
|
||||
#endif
|
||||
return projectName;
|
||||
}
|
||||
}
|
||||
return "UnknownProject";
|
||||
}
|
||||
|
||||
const char* ExtractFunctionName(const char* fullSignature) {
|
||||
const char* paren = strchr(fullSignature, '(');
|
||||
if (paren) {
|
||||
static char functionName[ 256 ];
|
||||
size_t length = paren - fullSignature;
|
||||
length = (length < sizeof(functionName) - 1) ? length : sizeof(functionName) - 1;
|
||||
#ifdef _MSC_VER
|
||||
strncpy_s(functionName, sizeof(functionName), fullSignature, length);
|
||||
#else
|
||||
strncpy(functionName, fullSignature, length);
|
||||
functionName[ length ] = '\0';
|
||||
#endif
|
||||
return functionName;
|
||||
}
|
||||
return fullSignature;
|
||||
}
|
||||
48
dlls/common/DebugLogger.h
Normal file
48
dlls/common/DebugLogger.h
Normal file
@@ -0,0 +1,48 @@
|
||||
#ifndef DEBUG_LOGGER_H
|
||||
#define DEBUG_LOGGER_H
|
||||
|
||||
#include <string>
|
||||
|
||||
enum class LogLevel {
|
||||
Debug,
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
Fatal,
|
||||
NotImplemented
|
||||
};
|
||||
|
||||
class Logger {
|
||||
public:
|
||||
static void Log(LogLevel level, const std::string& message, const char* file, int line, const char* function);
|
||||
|
||||
// Logging APIs
|
||||
static void Debug(const char* message = "");
|
||||
static void Info(const char* message = "");
|
||||
static void Warning(const char* message = "");
|
||||
static void Error(const char* message = "");
|
||||
static void Fatal(const char* message = "");
|
||||
static void NotImplemented(const char* message = "");
|
||||
};
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#define FUNCTION_NAME __PRETTY_FUNCTION__
|
||||
#elif defined(_MSC_VER)
|
||||
#define FUNCTION_NAME __FUNCSIG__
|
||||
#else
|
||||
#define FUNCTION_NAME __FUNCTION__
|
||||
#endif
|
||||
|
||||
// Debug macros
|
||||
#ifdef _DEBUG
|
||||
#define DEBUG_LOG() Logger::Debug()
|
||||
#define DEBUGLOG(fmt, ...) Logger::Debug(fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
#define DEBUG_LOG()
|
||||
#define DEBUGLOG(fmt, ...)
|
||||
#endif
|
||||
|
||||
const char* ExtractProjectName(const char* filePath);
|
||||
const char* ExtractFunctionName(const char* fullSignature);
|
||||
|
||||
#endif // DEBUG_LOGGER_H
|
||||
@@ -150,12 +150,12 @@
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="common.h" />
|
||||
<ClInclude Include="debug.h" />
|
||||
<ClInclude Include="DebugLogger.h" />
|
||||
<ClInclude Include="logfmtxx.hpp" />
|
||||
<ClInclude Include="toml.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="debug.cpp" />
|
||||
<ClCompile Include="DebugLogger.cpp" />
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="dllmain.cpp" />
|
||||
<ClCompile Include="debug.cpp" />
|
||||
<ClCompile Include="DebugLogger.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="common.h" />
|
||||
<ClInclude Include="toml.hpp" />
|
||||
<ClInclude Include="logfmtxx.hpp" />
|
||||
<ClInclude Include="debug.h" />
|
||||
<ClInclude Include="DebugLogger.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1 +0,0 @@
|
||||
#include "debug.h"
|
||||
@@ -1,77 +0,0 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
// Function to extract the last folder name (project/module name)
|
||||
inline const char* ExtractProjectName(const char* filePath) {
|
||||
const char* lastSlash = strrchr(filePath, '/'); // UNIX-like path
|
||||
if (!lastSlash) lastSlash = strrchr(filePath, '\\'); // Windows path
|
||||
|
||||
if (lastSlash) {
|
||||
const char* secondLastSlash = filePath; // Start from beginning
|
||||
while (secondLastSlash < lastSlash) { // Find second-to-last slash
|
||||
const char* temp = strpbrk(secondLastSlash + 1, "/\\");
|
||||
if (temp && temp < lastSlash) secondLastSlash = temp;
|
||||
else break;
|
||||
}
|
||||
|
||||
if (secondLastSlash != filePath) {
|
||||
static char projectName[ 256 ]; // Buffer to store project/module name
|
||||
size_t length = lastSlash - secondLastSlash - 1; // Get only folder name
|
||||
length = (length < sizeof(projectName) - 1) ? length : sizeof(projectName) - 1;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
strncpy_s(projectName, sizeof(projectName), secondLastSlash + 1, length); // MSVC-safe
|
||||
#else
|
||||
strncpy(projectName, secondLastSlash + 1, length); // GCC/Clang-safe
|
||||
projectName[ length ] = '\0'; // Null-terminate
|
||||
#endif
|
||||
return projectName;
|
||||
}
|
||||
}
|
||||
return "UnknownProject"; // Fallback if no directory structure found
|
||||
}
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__) // GCC/Clang
|
||||
#define FUNCTION_NAME __PRETTY_FUNCTION__
|
||||
#elif defined(_MSC_VER) // MSVC
|
||||
#define FUNCTION_NAME __FUNCSIG__
|
||||
#else
|
||||
#define FUNCTION_NAME __FUNCTION__
|
||||
#endif
|
||||
|
||||
// Function to extract only the function name from the full signature
|
||||
inline const char* ExtractFunctionName(const char* fullSignature) {
|
||||
const char* paren = strchr(fullSignature, '('); // Find first '('
|
||||
if (paren) {
|
||||
static char functionName[ 256 ]; // Buffer to store function name
|
||||
size_t length = paren - fullSignature; // Length before '('
|
||||
length = (length < sizeof(functionName) - 1) ? length : sizeof(functionName) - 1;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
strncpy_s(functionName, sizeof(functionName), fullSignature, length); // Safe for MSVC
|
||||
#else
|
||||
strncpy(functionName, fullSignature, length); // Safe for GCC/Clang
|
||||
functionName[ length ] = '\0'; // Null-terminate
|
||||
#endif
|
||||
return functionName;
|
||||
}
|
||||
return fullSignature; // Fallback if '(' not found
|
||||
}
|
||||
|
||||
// Debug Print Macro (Basic)
|
||||
#define DEBUG_PRINT() printf("Line: %d --> %s --> %s \r\n", __LINE__,ExtractProjectName(__FILE__) ,ExtractFunctionName(FUNCTION_NAME) )
|
||||
|
||||
// Debug Print Macro (Custom Message)
|
||||
#define DEBUGPRINT(fmt, ...) printf("Line: %d --> %s --> %s " fmt "\r\n", __LINE__ , ExtractProjectName(__FILE__), __FUNCTION__ , ##__VA_ARGS__)
|
||||
|
||||
#else
|
||||
#define DEBUG_PRINT() // No-op in release mode
|
||||
#define DEBUGPRINT(fmt, ...) // No-op in release mode
|
||||
#endif
|
||||
|
||||
#endif // DEBUG_H
|
||||
@@ -48,7 +48,7 @@ HRESULT CreateDevice(UINT Flags, wdi::ID3D11Device** ppDevice, wdi::ID3D11Device
|
||||
}
|
||||
HRESULT __stdcall D3DMapEsramMemory_X(UINT Flags, VOID* pVirtualAddress, UINT NumPages, const UINT* pPageList)
|
||||
{
|
||||
DEBUGPRINT( );
|
||||
DEBUGLOG( );
|
||||
HANDLE hDevice = INVALID_HANDLE_VALUE;
|
||||
HRESULT result = 0;
|
||||
DWORD accessFlags = 0;
|
||||
|
||||
@@ -5,18 +5,18 @@
|
||||
#include "../common/common.h"
|
||||
|
||||
VOID DurangoAPI EtxFillCommonFields_v7_X(EVENT_DATA_DESCRIPTOR* eventDataDescriptors, UINT8* buffer, UINT32 bufferSize) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
// Implementation here
|
||||
}
|
||||
|
||||
ULONG DurangoAPI EtxRegister_X(EVENT_PROVIDER_DESCRIPTOR* provider, REGHANDLE* handle) {
|
||||
// Implementation here
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
return 0;
|
||||
}
|
||||
|
||||
ULONG DurangoAPI EtxUnregister_X(EVENT_PROVIDER_DESCRIPTOR* provider, REGHANDLE* handle) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
REGHANDLE v3; // rcx
|
||||
|
||||
v3 = *handle;
|
||||
@@ -36,18 +36,18 @@ ULONG DurangoAPI EtxEventWrite_X(
|
||||
__in ULONG dataCount,
|
||||
__in const EVENT_DATA_DESCRIPTOR* eventData
|
||||
) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
// Implementation here
|
||||
return 0;
|
||||
}
|
||||
|
||||
void DurangoAPI EtxSuspendUploading_X( ) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
// Implementation here
|
||||
}
|
||||
|
||||
void DurangoAPI
|
||||
EtxResumeUploading_X( ) {
|
||||
DEBUG_PRINT( );
|
||||
DEBUG_LOG( );
|
||||
// Implementation here
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ BOOL __stdcall WaitOnAddress_X(volatile void* Address, PVOID CompareAddress, SIZ
|
||||
BOOL JobTitleMemoryStatus_X(void* pJob, LPTITLEMEMORYSTATUS Buffer) {
|
||||
__int64 jobInfo[7]; // Buffer to store job object memory information
|
||||
NTSTATUS status;
|
||||
DEBUG_PRINT();
|
||||
DEBUG_LOG();
|
||||
// Validate input parameters
|
||||
if (!pJob || !Buffer || Buffer->dwLength != sizeof(TITLEMEMORYSTATUS)) {
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
@@ -350,7 +350,7 @@ LPVOID VirtualAlloc_X(
|
||||
|
||||
BOOL ToolingMemoryStatus_X(LPTOOLINGMEMORYSTATUS buffer)
|
||||
{
|
||||
DEBUG_PRINT();
|
||||
DEBUG_LOG();
|
||||
__int64 SystemInformation[4];
|
||||
|
||||
if (buffer->dwLength != 40)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
winrt::Windows::Foundation::IAsyncAction WinDurango::impl::ConnectedStorage::CreateContainer(winrt::hstring name) const
|
||||
{
|
||||
// printf("[ConnectedStorage] Container %S requested creation\n", name.c_str());
|
||||
// Logger::Warning("[ConnectedStorage] Container %S requested creation\n", name.c_str());
|
||||
|
||||
if (!co_await DoesFolderExist(m_storagePath + L"\\" + name))
|
||||
{
|
||||
@@ -20,7 +20,7 @@ winrt::Windows::Foundation::IAsyncAction WinDurango::impl::ConnectedStorage::Cre
|
||||
co_await folder.CreateFolderAsync(name);
|
||||
}
|
||||
|
||||
//printf("[ConnectedStorage] Container %S created\n", name.c_str());
|
||||
//Logger::Warning("[ConnectedStorage] Container %S created\n", name.c_str());
|
||||
}
|
||||
|
||||
winrt::Windows::Foundation::IAsyncAction WinDurango::impl::ConnectedStorage::Read(
|
||||
|
||||
@@ -6,6 +6,6 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::GameChat::ChatUser AccessibilitySettingsChangedEventArgs::ChatUser()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,14 +2,17 @@
|
||||
#include "Microsoft.Xbox.GameChat.ChannelUpdatedEventArgs.h"
|
||||
#include "Microsoft.Xbox.GameChat.ChannelUpdatedEventArgs.g.cpp"
|
||||
|
||||
|
||||
namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::GameChat::ChatUser ChannelUpdatedEventArgs::ChatUser()
|
||||
{
|
||||
Logger::NotImplemented();
|
||||
throw hresult_not_implemented();
|
||||
}
|
||||
uint8_t ChannelUpdatedEventArgs::Channel()
|
||||
{
|
||||
Logger::NotImplemented();
|
||||
throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,15 +6,15 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
ChatManager::ChatManager(winrt::Microsoft::Xbox::GameChat::ChatSessionPeriod const& chatSessionPeriod)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
ChatManager::ChatManager(winrt::Microsoft::Xbox::GameChat::ChatSessionPeriod const& chatSessionPeriod, bool titleEnforcedPrivilegeAndPrivacy)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
ChatManager::ChatManager(winrt::Microsoft::Xbox::GameChat::ChatSessionPeriod const& chatSessionPeriod, winrt::Microsoft::Xbox::GameChat::PrivilegeAndPrivacyEnforcementMode const& privilegeAndPrivacyEnforcementMode, winrt::Microsoft::Xbox::GameChat::TextConversionMode const& textConversionMode)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatManagerSettings ChatManager::ChatSettings()
|
||||
{
|
||||
@@ -22,91 +22,91 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
}
|
||||
winrt::event_token ChatManager::OnDebugMessage(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::DebugMessageEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnDebugMessage(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnOutgoingChatPacketReady(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::ChatPacketEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnOutgoingChatPacketReady(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnCompareUniqueConsoleIdentifiers(winrt::Microsoft::Xbox::GameChat::CompareUniqueConsoleIdentifiersHandler const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnCompareUniqueConsoleIdentifiers(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnUserAddedToChannel(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::ChannelUpdatedEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnUserAddedToChannel(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnUserRemovedFromChannel(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::ChannelUpdatedEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnUserRemovedFromChannel(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnPreEncodeAudioBuffer(winrt::Microsoft::Xbox::GameChat::ProcessAudioBufferHandler const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnPreEncodeAudioBuffer(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnPostDecodeAudioBuffer(winrt::Microsoft::Xbox::GameChat::ProcessAudioBufferHandler const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnPostDecodeAudioBuffer(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnTextMessageReceived(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::TextMessageReceivedEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnTextMessageReceived(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::event_token ChatManager::OnAccessibilitySettingsChanged(winrt::Windows::Foundation::EventHandler<winrt::Microsoft::Xbox::GameChat::AccessibilitySettingsChangedEventArgs> const& __param0)
|
||||
{
|
||||
return {};
|
||||
Logger::NotImplemented(); return {};
|
||||
}
|
||||
void ChatManager::OnAccessibilitySettingsChanged(winrt::event_token const& __param0) noexcept
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatMessageType ChatManager::ProcessIncomingChatMessage(winrt::Windows::Storage::Streams::IBuffer const& chatPacket, winrt::Windows::Foundation::IInspectable const& uniqueRemoteConsoleIdentifier)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManager::HandleNewRemoteConsole(winrt::Windows::Foundation::IInspectable const& uniqueRemoteConsoleIdentifier)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ChatManager::AddLocalUserToChatChannelAsync(uint8_t channelIndex, winrt::Windows::Xbox::System::IUser user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ChatManager::AddLocalUsersToChatChannelAsync(uint8_t channelIndex, winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Xbox::System::User> users)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ChatManager::RemoveLocalUserFromChatChannelAsync(uint8_t channelIndex, winrt::Windows::Xbox::System::IUser user)
|
||||
{
|
||||
@@ -114,7 +114,7 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ChatManager::RemoveRemoteConsoleAsync(winrt::Windows::Foundation::IInspectable uniqueRemoteConsoleIdentifier)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::GameChat::ChatUser> ChatManager::GetChatUsers()
|
||||
{
|
||||
@@ -122,30 +122,30 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
}
|
||||
void ChatManager::MuteUserFromAllChannels(winrt::Microsoft::Xbox::GameChat::ChatUser const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManager::UnmuteUserFromAllChannels(winrt::Microsoft::Xbox::GameChat::ChatUser const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManager::MuteAllUsersFromAllChannels()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManager::UnmuteAllUsersFromAllChannels()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ChatManager::MuteUserIfReputationIsBadAsync(winrt::Microsoft::Xbox::GameChat::ChatUser user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatManager::HasMicFocus()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceCounters ChatManager::ChatPerformanceCounters()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,67 +6,67 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
uint32_t ChatManagerSettings::AudioThreadPeriodInMilliseconds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::AudioThreadPeriodInMilliseconds(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::AudioThreadAffinityMask()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::AudioThreadAffinityMask(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
int32_t ChatManagerSettings::AudioThreadPriority()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::AudioThreadPriority(int32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Xbox::Chat::EncodingQuality ChatManagerSettings::AudioEncodingQuality()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::AudioEncodingQuality(winrt::Windows::Xbox::Chat::EncodingQuality const& value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::JitterBufferMaxPackets()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::JitterBufferMaxPackets(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::JitterBufferLowestNeededPacketCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::JitterBufferLowestNeededPacketCount(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::JitterBufferPacketsBeforeRelaxingNeeded()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::JitterBufferPacketsBeforeRelaxingNeeded(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatManagerSettings::PerformanceCountersEnabled()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::PerformanceCountersEnabled(bool value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
|
||||
bool m_CombineCaptureBuffersIntoSinglePacket;
|
||||
@@ -112,34 +112,34 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
|
||||
winrt::Microsoft::Xbox::GameChat::GameChatDiagnosticsTraceLevel ChatManagerSettings::DiagnosticsTraceLevel()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::DiagnosticsTraceLevel(winrt::Microsoft::Xbox::GameChat::GameChatDiagnosticsTraceLevel const& value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatManagerSettings::AutoMuteBadReputationUsers()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::AutoMuteBadReputationUsers(bool value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::SessionStateUpdateRequestCoalesceDuration()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::SessionStateUpdateRequestCoalesceDuration(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatManagerSettings::MuteUserIfReputationIsBadCoalesceDuration()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatManagerSettings::MuteUserIfReputationIsBadCoalesceDuration(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,30 +6,30 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
winrt::Windows::Storage::Streams::IBuffer ChatPacketEventArgs::PacketBuffer()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatPacketEventArgs::SendReliable()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatPacketEventArgs::SendInOrder()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatPacketEventArgs::SendPacketToAllConnectedConsoles()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IInspectable ChatPacketEventArgs::UniqueTargetConsoleIdentifier()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatMessageType ChatPacketEventArgs::ChatMessageType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatUser ChatPacketEventArgs::ChatUser()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,34 +6,34 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::CaptureExecutionTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::SendExecutionTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::RenderExecutionTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::AudioThreadExecutionTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::AudioThreadPeriodTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatPerformanceTime ChatPerformanceCounters::IncomingPacketTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double ChatPerformanceCounters::IncomingPacketBandwidthBitsPerSecond()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double ChatPerformanceCounters::OutgoingPacketBandwidthBitsPerSecond()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
double ChatPerformanceTime::MinTimeInMilliseconds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double ChatPerformanceTime::MaxTimeInMilliseconds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double ChatPerformanceTime::AverageTimeInMilliseconds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,82 +6,82 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
hstring ChatUser::XboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IInspectable ChatUser::UniqueConsoleIdentifier()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatUserTalkingMode ChatUser::TalkingMode()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatUser::NumberOfPendingAudioPacketsToPlay()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ChatUser::DynamicNeededPacketCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Xbox::Chat::ChatRestriction ChatUser::RestrictionMode()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Xbox::System::IUser ChatUser::User()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatUser::IsLocal()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatUser::IsLocalUserMuted()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatUser::IsMuted()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<uint8_t> ChatUser::GetAllChannels()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatUser::GenerateTextMessage(hstring const& message, bool allowTextToSpeechConversion)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Xbox::Chat::ChatParticipantTypes ChatUser::ParticipantType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatUser::ParticipantType(winrt::Windows::Xbox::Chat::ChatParticipantTypes const& val)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
float ChatUser::Volume()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatUser::Volume(float val)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
float ChatUser::LocalRenderTargetVolume()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void ChatUser::LocalRenderTargetVolume(float val)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatUser::HasRequestedTranscription()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ChatUser::HasRequestedSynthesizedAudio()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
hstring DebugMessageEventArgs::Message()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
int32_t DebugMessageEventArgs::ErrorCode()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@ namespace winrt::Microsoft::Xbox::GameChat::implementation
|
||||
{
|
||||
hstring TextMessageReceivedEventArgs::Message()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatTextMessageType TextMessageReceivedEventArgs::ChatTextMessageType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::GameChat::ChatUser TextMessageReceivedEventArgs::ChatUser()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,78 +6,81 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
hstring Achievement::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::ServiceConfigurationId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Achievements::AchievementTitleAssociation> Achievement::TitleAssociations()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementProgressState Achievement::ProgressState()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementProgression Achievement::Progression()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Achievements::AchievementMediaAsset> Achievement::MediaAssets()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> Achievement::PlatformsAvailableOn()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool Achievement::IsSecret()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::UnlockedDescription()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::LockedDescription()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::ProductId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementType Achievement::AchievementType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementParticipationType Achievement::ParticipationType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementTimeWindow Achievement::Available()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Achievements::AchievementReward> Achievement::Rewards()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan Achievement::EstimatedUnlockTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Achievement::DeepLink()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool Achievement::IsRevoked()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
hstring AchievementMediaAsset::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementMediaAssetType AchievementMediaAsset::MediaAssetType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AchievementMediaAsset::Url()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Achievements::AchievementRequirement> AchievementProgression::Requirements()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime AchievementProgression::TimeUnlocked()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
hstring AchievementRequirement::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AchievementRequirement::CurrentProgressValue()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AchievementRequirement::TargetProgressValue()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
hstring AchievementReward::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AchievementReward::Description()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AchievementReward::Data()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementRewardType AchievementReward::RewardType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::PropertyType AchievementReward::ValuePropertyType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Achievements::AchievementMediaAsset AchievementReward::MediaAsset()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncAction AchievementService::UpdateAchievementAsync(hstring xboxUserId, hstring achievementId, uint32_t percentComplete)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction AchievementService::UpdateAchievementAsync(hstring xboxUserId, uint32_t titleId, hstring serviceConfigurationId, hstring achievementId, uint32_t percentComplete)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<int32_t> AchievementService::TryUpdateAchievementAsync(hstring xboxUserId, hstring achievementId, uint32_t percentComplete)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<int32_t> AchievementService::TryUpdateAchievementAsync(hstring xboxUserId, uint32_t titleId, hstring serviceConfigurationId, hstring achievementId, uint32_t percentComplete)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Achievements::AchievementsResult> AchievementService::GetAchievementsForTitleIdAsync(hstring xboxUserId, uint32_t titleId, winrt::Microsoft::Xbox::Services::Achievements::AchievementType type, bool unlockedOnly, winrt::Microsoft::Xbox::Services::Achievements::AchievementOrderBy orderBy, uint32_t skipItems, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Achievements::Achievement> AchievementService::GetAchievementAsync(hstring xboxUserId, hstring serviceConfigurationId, hstring achievementId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::DateTime AchievementTimeWindow::StartDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime AchievementTimeWindow::EndDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
hstring AchievementTitleAssociation::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t AchievementTitleAssociation::TitleId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Achievements::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Achievements::Achievement> AchievementsResult::Items()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Achievements::AchievementsResult> AchievementsResult::GetNextAsync(uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool AchievementsResult::HasNext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,170 +7,170 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring Club::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubType Club::Type()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime Club::Created()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::Owner()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::TitleFamilyId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::TitleFamilyName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::ShortName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubProfile Club::Profile()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::GlyphImageUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::BannerImageUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool Club::IsClubSuspended()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime Club::SuspendedUntil()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring Club::FounderXuid()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::FollowersCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::PresenceCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::PresenceTodayCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::MembersCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::ModeratorsCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::RecommendedCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::RequestedToJoinCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::ReportCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t Club::ReporteItemsCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSettings Club::ActionSettings()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole> Club::ViewerRoles()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::ClubRoster> Club::GetRosterAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubUserPresenceRecord>> Club::GetClubUserPresenceRecordsAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction Club::RenameClubAsync(hstring newName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::GetRolesAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord>> Club::GetRoleRecordsAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord>> Club::GetRoleRecordsAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::ClubPresenceCounts> Club::GetPresenceCountsAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction Club::SetPresenceWithinClubAsync(winrt::Microsoft::Xbox::Services::Clubs::ClubUserPresence presence)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::AddUserToClubAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::AddUserToClubAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::RemoveUserFromClubAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::RemoveUserFromClubAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::FollowClubAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::UnfollowClubAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::BanUserFromClubAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::UnbanUserFromClubAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::AddClubModeratorAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole>> Club::RemoveClubModeratorAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubRole ClubActionSetting::RequiredRole()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRole> ClubActionSetting::AllowedValues()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ClubActionSetting::CanViewerChangeSetting()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ClubActionSetting::CanViewerAct()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,58 +7,58 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::PostToFeed()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::ViewFeed()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::WriteInChat()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::ViewChat()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::SetChatTopic()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::JoinLookingForGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::CreateLookingForGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::ViewLookingForGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::InviteOrAcceptJoinRequests()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::KickOrBan()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::ViewRoster()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::UpdateProfile()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::DeleteProfile()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubActionSetting ClubActionSettings::ViewProfile()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
bool ClubBooleanSetting::Value()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ClubBooleanSetting::CanViewerChangeSetting()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
uint32_t ClubPresenceCounts::TotalCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ClubPresenceCounts::HereNow()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ClubPresenceCounts::HereToday()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ClubPresenceCounts::InGameNow()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,70 +7,70 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::Description()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::MatureContentEnabled()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::WatchClubTitlesOnly()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::IsSearchable()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::IsRecommendable()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::RequestToJoinEnabled()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::LeaveEnabled()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubBooleanSetting ClubProfile::TransferOwnershipEnabled()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::DisplayImageUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::BackgroundImageUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringMultiSetting ClubProfile::Tags()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::PreferredLocale()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringMultiSetting ClubProfile::AssociatedTitles()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::PrimaryColor()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::SecondayColor()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubStringSetting ClubProfile::TertiaryColor()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Clubs::Club ClubRecommendation::RecommendedClub()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubRecommendation::Reasons()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring ClubRoleRecord::Xuid()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubRole ClubRoleRecord::Role()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClubRoleRecord::ActorXuid()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime ClubRoleRecord::CreatedDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord> ClubRoster::Moderators()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord> ClubRoster::RequestedToJoin()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord> ClubRoster::Recommended()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRoleRecord> ClubRoster::Banned()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,34 +7,34 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring ClubSearchAutoComplete::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClubSearchAutoComplete::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClubSearchAutoComplete::Description()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClubSearchAutoComplete::DisplayImageUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double ClubSearchAutoComplete::Score()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClubSearchAutoComplete::SuggestedQueryText()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubSearchAutoComplete::Tags()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubSearchAutoComplete::AssociatedTitles()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring ClubSearchFacetResult::Value()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ClubSearchFacetResult::Count()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubStringMultiSetting::Values()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubStringMultiSetting::AllowedValues()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ClubStringMultiSetting::CanViewerChangeSetting()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring ClubStringSetting::Value()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubStringSetting::AllowedValues()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ClubStringSetting::CanViewerChangeSetting()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
hstring ClubUserPresenceRecord::Xuid()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime ClubUserPresenceRecord::LastSeen()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Clubs::ClubUserPresence ClubUserPresenceRecord::LastSeenState()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> ClubsOwnedResult::ClubIds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ClubsOwnedResult::RemainingClubs()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::Club> ClubsSearchResult::Clubs()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubSearchFacetResult>> ClubsSearchResult::SearchFacetResults()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,42 +7,42 @@ namespace winrt::Microsoft::Xbox::Services::Clubs::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::Club> ClubsService::GetClubAsync(hstring clubId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::Club>> ClubsService::GetClubsAsync(winrt::Windows::Foundation::Collections::IVectorView<hstring> clubIds)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::ClubsOwnedResult> ClubsService::GetClubsOwnedAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::Club> ClubsService::CreateClubAsync(hstring name, winrt::Microsoft::Xbox::Services::Clubs::ClubType type, hstring titleFamilyId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction ClubsService::DeleteClubAsync(hstring clubId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::Club>> ClubsService::GetClubAssociationsAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::Club>> ClubsService::GetClubAssociationsAsync(hstring xuid)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubRecommendation>> ClubsService::GetClubRecommendationsAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Clubs::ClubsSearchResult> ClubsService::SearchClubsAsync(hstring queryString, winrt::Windows::Foundation::Collections::IVectorView<hstring> titleIds, winrt::Windows::Foundation::Collections::IVectorView<hstring> tags)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Clubs::ClubSearchAutoComplete>> ClubsService::SuggestClubsAsync(hstring queryString, winrt::Windows::Foundation::Collections::IVectorView<hstring> titleIds, winrt::Windows::Foundation::Collections::IVectorView<hstring> tags)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
hstring ContextualSearchBroadcast::XboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchBroadcast::Provider()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchBroadcast::BroadcasterIdFromProvider()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchBroadcast::Viewers()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime ContextualSearchBroadcast::StartedDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, hstring> ContextualSearchBroadcast::CurrentStats()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,42 +7,42 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
hstring ContextualSearchConfiguredStat::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchConfiguredStat::DataType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchStatVisibility ContextualSearchConfiguredStat::Visibility()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchConfiguredStat::DisplayName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ContextualSearchConfiguredStat::CanBeFiltered()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool ContextualSearchConfiguredStat::CanBeSorted()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchStatVisibility ContextualSearchConfiguredStat::DisplayType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, hstring> ContextualSearchConfiguredStat::ValueToDisplayName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchConfiguredStat::RangeMin()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchConfiguredStat::RangeMax()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,42 +7,42 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
hstring ContextualSearchGameClip::ClipName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchGameClip::DurationInSeconds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClip::GameClipId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClip::GameClipLocale()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipUriInfo> ContextualSearchGameClip::GameClipUris()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipThumbnail> ContextualSearchGameClip::Thumbnails()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipType ContextualSearchGameClip::GameClipType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchGameClip::Views()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClip::XboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipStat> ContextualSearchGameClip::Stats()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,22 +7,22 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
hstring ContextualSearchGameClipStat::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClipStat::Value()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClipStat::MinValue()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClipStat::MaxValue()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ContextualSearchGameClipStat::DeltaValue()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Uri ContextualSearchGameClipThumbnail::Url()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchGameClipThumbnail::FileSize()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipThumbnailType ContextualSearchGameClipThumbnail::ThumbnailType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,18 +6,18 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Uri ContextualSearchGameClipUriInfo::Url()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t ContextualSearchGameClipUriInfo::FileSize()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipUriType ContextualSearchGameClipUriInfo::UriType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime ContextualSearchGameClipUriInfo::Expiration()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipsResult> ContextualSearchGameClipsResult::GetNextAsync(uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClip> ContextualSearchGameClipsResult::Items()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,26 +6,26 @@ namespace winrt::Microsoft::Xbox::Services::ContextualSearch::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchConfiguredStat>> ContextualSearchService::GetConfigurationAsync(uint32_t titleId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchBroadcast>> ContextualSearchService::GetBroadcastsAsync(uint32_t titleId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchBroadcast>> ContextualSearchService::GetBroadcastsAsync(uint32_t titleId, uint32_t skipItems, uint32_t maxItems, hstring orderByStatName, bool orderAscending, hstring searchQuery)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchBroadcast>> ContextualSearchService::GetBroadcastsAsync(uint32_t titleId, uint32_t skipItems, uint32_t maxItems, hstring orderByStatName, bool orderAscending, hstring filterStatName, winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchFilterOperator filterOperator, hstring filterStatValue)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipsResult> ContextualSearchService::GetGameClipsAsync(uint32_t titleId, uint32_t skipItems, uint32_t maxItems, hstring orderByStatName, bool orderAscending, hstring filterStatName, winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchFilterOperator filterOperator, hstring filterStatValue)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::ContextualSearch::ContextualSearchGameClipsResult> ContextualSearchService::GetGameClipsAsync(uint32_t titleId, uint32_t skipItems, uint32_t maxItems, hstring orderByStatName, bool orderAscending, hstring searchQuery)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@ namespace winrt::Microsoft::Xbox::Services::EntertainmentProfile::implementation
|
||||
{
|
||||
bool EntertainmentProfileListContainsItemResult::IsContained()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring EntertainmentProfileListContainsItemResult::ProviderId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring EntertainmentProfileListContainsItemResult::Provider()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::EntertainmentProfile::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::EntertainmentProfile::EntertainmentProfileListXboxOnePins EntertainmentProfileListService::XboxOnePins()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::EntertainmentProfile::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncAction EntertainmentProfileListXboxOnePins::AddItemAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType itemType, hstring providerId, hstring provider, winrt::Windows::Foundation::Uri imageUrl, winrt::Windows::Foundation::Uri providerLogoImageUrl, hstring title, hstring subTitle, hstring locale)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction EntertainmentProfileListXboxOnePins::RemoveItemAsync(hstring providerId, hstring provider)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::EntertainmentProfile::EntertainmentProfileListContainsItemResult> EntertainmentProfileListXboxOnePins::ContainsItemAsync(hstring providerId, hstring provider)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerFulfillmentState AllocationResult::FulfillmentState()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AllocationResult::HostName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AllocationResult::SessionHostId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AllocationResult::Region()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerPortMapping> AllocationResult::PortMappings()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring AllocationResult::SecureDeviceAddress()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::TimeSpan ClusterResult::PollInterval()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerFulfillmentState ClusterResult::FulfillmentState()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClusterResult::HostName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClusterResult::Region()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerPortMapping> ClusterResult::PortMappings()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ClusterResult::SecureDeviceAddress()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,38 +7,38 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
uint64_t GameServerImageSet::MinPlayers()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t GameServerImageSet::MaxPlayers()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerImageSet::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerImageSet::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t GameServerImageSet::SelectionOrder()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerImageSet::SchemaContent()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerImageSet::SchemaName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerImageSet::SchemaId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, hstring> GameServerImageSet::Tags()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameVariant> GameServerMetadataResult::GameVariants()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerImageSet> GameServerMetadataResult::GameServerImageSets()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,34 +7,34 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::ClusterResult> GameServerPlatformService::AllocateClusterAsync(uint32_t gameServerTitleId, hstring serviceConfigurationId, hstring sessionTemplateName, hstring sessionName, bool abortIfQueued)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::ClusterResult> GameServerPlatformService::AllocateClusterInlineAsync(uint32_t gameServerTitleId, hstring serviceConfigurationId, hstring sandboxId, hstring ticketId, hstring gsiSetId, hstring gameVariantId, uint64_t maxAllowedPlayers, hstring location, bool abortIfQueued)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerTicketStatus> GameServerPlatformService::GetTicketStatusAsync(uint32_t gameServerTitleId, hstring ticketId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerMetadataResult> GameServerPlatformService::GetGameServerMetadataAsync(uint32_t titleId, uint32_t maxAllowedPlayers, bool publisherOnly, uint32_t maxVariants, hstring locale)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerMetadataResult> GameServerPlatformService::GetGameServerMetadataAsync(uint32_t titleId, uint32_t maxAllowedPlayers, bool publisherOnly, uint32_t maxVariants, hstring locale, winrt::Windows::Foundation::Collections::IMapView<hstring, hstring> filterTags)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::QualityOfServiceServer>> GameServerPlatformService::GetQualityOfServiceServersAsync()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::AllocationResult> GameServerPlatformService::AllocateSessionHost(uint32_t gameServerTitleId, winrt::Windows::Foundation::Collections::IVectorView<hstring> locations, hstring sessionId, hstring cloudGameId, hstring gameModeId, hstring sessionCookie)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::GameServerPlatform::AllocationResult> GameServerPlatformService::GetSessionHostAllocationStatus(uint32_t gameServerTitleId, hstring sessionId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
hstring GameServerPortMapping::PortName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t GameServerPortMapping::InternalPortNumber()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t GameServerPortMapping::ExternalPortNumber()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,42 +7,42 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
hstring GameServerTicketStatus::TicketId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::ClusterId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t GameServerTicketStatus::TitleId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::HostName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerHostStatus GameServerTicketStatus::Status()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::Description()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::SecureContext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::GameServerPlatform::GameServerPortMapping> GameServerTicketStatus::PortMappings()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::GameHostId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameServerTicketStatus::Region()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,30 +7,30 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
hstring GameVariant::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameVariant::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool GameVariant::IsPublisher()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t GameVariant::Rank()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameVariant::SchemaContent()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameVariant::SchemaName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring GameVariant::SchemaId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::GameServerPlatform::implementation
|
||||
{
|
||||
hstring QualityOfServiceServer::ServerFullQualifiedDomainName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring QualityOfServiceServer::SecureDeviceAddressBase64()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring QualityOfServiceServer::TargetLocation()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,14 +6,17 @@ namespace winrt::Microsoft::Xbox::Services::implementation
|
||||
{
|
||||
hstring HttpCallRequestMessage::RequestMessageString()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
com_array<uint8_t> HttpCallRequestMessage::RequestMessageVector()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::HttpRequestMessageType HttpCallRequestMessage::GetHttpRequestMessageType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Leaderboard::implementation
|
||||
{
|
||||
hstring LeaderboardColumn::DisplayName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring LeaderboardColumn::StatisticName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::PropertyType LeaderboardColumn::StatisticType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,54 +7,54 @@ namespace winrt::Microsoft::Xbox::Services::Leaderboard::implementation
|
||||
{
|
||||
bool LeaderboardQuery::SkipResultToMe()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void LeaderboardQuery::SkipResultToMe(bool value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t LeaderboardQuery::SkipResultToRank()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void LeaderboardQuery::SkipResultToRank(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t LeaderboardQuery::MaxItems()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void LeaderboardQuery::MaxItems(uint32_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Leaderboard::SortOrder LeaderboardQuery::Order()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void LeaderboardQuery::Order(winrt::Microsoft::Xbox::Services::Leaderboard::SortOrder const& value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint64_t LeaderboardQuery::CallbackId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void LeaderboardQuery::CallbackId(uint64_t value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring LeaderboardQuery::StatName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring LeaderboardQuery::SocialGroup()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool LeaderboardQuery::HasNext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,30 +7,30 @@ namespace winrt::Microsoft::Xbox::Services::Leaderboard::implementation
|
||||
{
|
||||
hstring LeaderboardResult::DisplayName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t LeaderboardResult::TotalRowCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardColumn> LeaderboardResult::Columns()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardRow> LeaderboardResult::Rows()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool LeaderboardResult::HasNext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardResult::GetNextAsync(uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardQuery LeaderboardResult::GetNextQuery()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,22 +7,22 @@ namespace winrt::Microsoft::Xbox::Services::Leaderboard::implementation
|
||||
{
|
||||
hstring LeaderboardRow::Gamertag()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring LeaderboardRow::XboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double LeaderboardRow::Percentile()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t LeaderboardRow::Rank()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> LeaderboardRow::Values()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,66 +7,66 @@ namespace winrt::Microsoft::Xbox::Services::Leaderboard::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardAsync(hstring serviceConfigurationId, hstring leaderboardName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardAsync(hstring serviceConfigurationId, hstring leaderboardName, uint32_t skipToRank, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, uint32_t skipToRank, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, uint32_t skipToRank, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, uint32_t skipToRank, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithSkipToUserAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring skipToXboxUserId, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithSkipToUserAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, hstring skipToXboxUserId, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithSkipToUserWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring skipToXboxUserId, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardWithSkipToUserWithAdditionalColumnsAsync(hstring serviceConfigurationId, hstring leaderboardName, hstring xuid, hstring socialGroup, hstring skipToXboxUserId, winrt::Windows::Foundation::Collections::IVectorView<hstring> additionalColumns, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardForSocialGroupAsync(hstring xboxUserId, hstring serviceConfigurationId, hstring statisticName, hstring socialGroup, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardForSocialGroupAsync(hstring xboxUserId, hstring serviceConfigurationId, hstring statisticName, hstring socialGroup, hstring sortOrder, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardForSocialGroupWithSkipToRankAsync(hstring xboxUserId, hstring serviceConfigurationId, hstring statisticName, hstring socialGroup, uint32_t skipToRank, hstring sortOrder, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Leaderboard::LeaderboardResult> LeaderboardService::GetLeaderboardForSocialGroupWithSkipToUserAsync(hstring xboxUserId, hstring serviceConfigurationId, hstring statisticName, hstring socialGroup, hstring skipToXboxUserId, hstring sortOrder, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::CatalogItem> BrowseCatalogResult::Items()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t BrowseCatalogResult::TotalCount()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::BrowseCatalogResult> BrowseCatalogResult::GetNextAsync(uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool BrowseCatalogResult::HasNext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,50 +7,50 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType CatalogItem::MediaItemType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItem::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItem::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItem::ReducedName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t CatalogItem::TitleId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime CatalogItem::ReleaseDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItem::ProductId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItem::SandboxId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool CatalogItem::IsBundle()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool CatalogItem::IsPartOfAnyBundle()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::CatalogItemImage> CatalogItem::Images()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> CatalogItem::AvailabilityContentIds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,66 +7,66 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
hstring CatalogItemAvailability::ContentId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> CatalogItemAvailability::AcceptablePaymentInstrumentTypes()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::AvailabilityTitle()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::AvailabilityDescription()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::CurrencyCode()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::DisplayPrice()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::DisplayListPrice()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::DistributionType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool CatalogItemAvailability::IsPurchasable()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double CatalogItemAvailability::ListPrice()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
double CatalogItemAvailability::Price()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t CatalogItemAvailability::ConsumableQuantity()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::PromotionalText()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::SignedOffer()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::OfferId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemAvailability::OfferDisplayDataJson()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,54 +7,54 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType CatalogItemDetails::MediaItemType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::Name()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::ReducedName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::Description()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t CatalogItemDetails::TitleId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime CatalogItemDetails::ReleaseDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::ProductId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemDetails::SandboxId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool CatalogItemDetails::IsBundle()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool CatalogItemDetails::IsPartOfAnyBundle()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::CatalogItemImage> CatalogItemDetails::Images()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::CatalogItemAvailability> CatalogItemDetails::Availabilities()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
hstring CatalogItemImage::Id()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Uri CatalogItemImage::ResizeUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> CatalogItemImage::Purposes()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring CatalogItemImage::Purpose()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t CatalogItemImage::Height()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t CatalogItemImage::Width()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::BrowseCatalogResult> CatalogService::BrowseCatalogAsync(hstring parentId, winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType parentMediaType, winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType childMediaType, winrt::Microsoft::Xbox::Services::Marketplace::CatalogSortOrder orderBy, uint32_t skipItems, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::BrowseCatalogResult> CatalogService::BrowseCatalogBundlesAsync(hstring parentId, winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType parentMediaType, hstring productId, winrt::Microsoft::Xbox::Services::Marketplace::BundleRelationshipType relationship, uint32_t skipItems, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::CatalogItemDetails>> CatalogService::GetCatalogItemDetailsAsync(winrt::Windows::Foundation::Collections::IVectorView<hstring> productIds)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Uri ConsumeInventoryItemResult::ConsumableUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t ConsumeInventoryItemResult::ConsumableBalance()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring ConsumeInventoryItemResult::TransactionId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,54 +7,54 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Uri InventoryItem::Url()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemState InventoryItem::InventoryItemState()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType InventoryItem::MediaItemType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring InventoryItem::ProductId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t InventoryItem::TitleId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<hstring> InventoryItem::ContainerIds()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime InventoryItem::RightsObtainedDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime InventoryItem::StartDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::DateTime InventoryItem::EndDate()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Uri InventoryItem::ConsumableUrl()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t InventoryItem::ConsumableBalance()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool InventoryItem::IsTrialEntitlement()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan InventoryItem::TrialTimeRemaining()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItem> InventoryItemsResult::Items()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t InventoryItemsResult::TotalItems()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryItemsResult::GetNextAsync(uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool InventoryItemsResult::HasNext()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,50 +7,50 @@ namespace winrt::Microsoft::Xbox::Services::Marketplace::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsAsync(winrt::Windows::Foundation::Collections::IVectorView<hstring> productIds, bool expandSatisfyingEntitlements)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, bool expandSatisfyingEntitlements, bool includeAllItemStatesAndAvailabilities)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemState inventoryItemState, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemAvailability inventoryItemAvailability, hstring inventoryItemContainerId, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemState inventoryItemState, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemAvailability inventoryItemAvailability, hstring inventoryItemContainerId, uint32_t maxItems, bool expandSatisfyingEntitlements)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsForAllUsersAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsForAllUsersAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, bool expandSatisfyingEntitlements, bool includeAllItemStatesAndAvailabilities)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsForAllUsersAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemState inventoryItemState, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemAvailability inventoryItemAvailability, hstring inventoryItemContainerId, uint32_t maxItems)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsForAllUsersAsync(winrt::Microsoft::Xbox::Services::Marketplace::MediaItemType mediaItemType, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemState inventoryItemState, winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemAvailability inventoryItemAvailability, hstring inventoryItemContainerId, uint32_t maxItems, bool expandSatisfyingEntitlements)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItemsResult> InventoryService::GetInventoryItemsForAllUsersAsync(winrt::Windows::Foundation::Collections::IVectorView<hstring> productIds, bool expandSatisfyingEntitlements)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::InventoryItem> InventoryService::GetInventoryItemAsync(winrt::Microsoft::Xbox::Services::Marketplace::InventoryItem inventoryItem)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Marketplace::ConsumeInventoryItemResult> InventoryService::ConsumeInventoryItemAsync(winrt::Microsoft::Xbox::Services::Marketplace::InventoryItem inventoryItem, uint32_t quantityToConsume, hstring transactionId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Matchmaking::implementation
|
||||
{
|
||||
hstring CreateMatchTicketResponse::MatchTicketId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan CreateMatchTicketResponse::EstimatedWaitTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@ namespace winrt::Microsoft::Xbox::Services::Matchmaking::implementation
|
||||
{
|
||||
hstring HopperStatisticsResponse::HopperName()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan HopperStatisticsResponse::EstimatedWaitTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
uint32_t HopperStatisticsResponse::PlayersWaitingToMatch()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::Matchmaking::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Matchmaking::TicketStatus MatchTicketDetailsResponse::MatchStatus()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan MatchTicketDetailsResponse::EstimatedWaitTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Matchmaking::PreserveSessionMode MatchTicketDetailsResponse::PreserveSession()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference MatchTicketDetailsResponse::TicketSession()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference MatchTicketDetailsResponse::TargetSession()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MatchTicketDetailsResponse::TicketAttributes()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,18 +7,18 @@ namespace winrt::Microsoft::Xbox::Services::Matchmaking::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Matchmaking::CreateMatchTicketResponse> MatchmakingService::CreateMatchTicketAsync(winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference ticketSessionReference, hstring matchmakingServiceConfigurationId, hstring hopperName, winrt::Windows::Foundation::TimeSpan ticketTimeout, winrt::Microsoft::Xbox::Services::Matchmaking::PreserveSessionMode preserveSession, hstring ticketAttributesJson)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncAction MatchmakingService::DeleteMatchTicketAsync(hstring serviceConfigurationId, hstring hopperName, hstring ticketId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Matchmaking::MatchTicketDetailsResponse> MatchmakingService::GetMatchTicketDetailsAsync(hstring serviceConfigurationId, hstring hopperName, hstring ticketId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IAsyncOperation<winrt::Microsoft::Xbox::Services::Matchmaking::HopperStatisticsResponse> MatchmakingService::GetHopperStatisticsAsync(hstring serviceConfigurationId, hstring hopperName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MatchStatus FindMatchCompletedEventArgs::MatchStatus()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerMeasurementFailure FindMatchCompletedEventArgs::InitializationFailureCause()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember HostChangedEventArgs::HostMember()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
hstring JoinLobbyCompletedEventArgs::InvitedXboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember> MemberJoinedEventArgs::Members()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember> MemberLeftEventArgs::Members()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,10 +7,10 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember MemberPropertyChangedEventArgs::Member()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MemberPropertyChangedEventArgs::Properties()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,26 +7,26 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
int32_t MultiplayerEvent::ErrorCode()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerEvent::ErrorMessage()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::IInspectable MultiplayerEvent::Context()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerEventType MultiplayerEvent::EventType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerEventArgs MultiplayerEvent::EventArgs()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerSessionType MultiplayerEvent::SessionType()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,50 +7,50 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
hstring MultiplayerGameSession::CorrelationId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference MultiplayerGameSession::SessionReference()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember> MultiplayerGameSession::Members()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember MultiplayerGameSession::Host()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerGameSession::Properties()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionConstants MultiplayerGameSession::SessionConstants()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference> MultiplayerGameSession::TournamentTeams()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, winrt::Microsoft::Xbox::Services::Tournaments::TournamentTeamResult> MultiplayerGameSession::TournamentTeamResults()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerGameSession::IsHost(hstring const& xboxUserId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerGameSession::SetProperties(hstring const& name, hstring const& valueJson, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerGameSession::SetSynchronizedProperties(hstring const& name, hstring const& valueJson, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerGameSession::SetSynchronizedHost(winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember const& gameHost, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,78 +7,78 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
hstring MultiplayerLobbySession::CorrelationId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionReference MultiplayerLobbySession::SessionReference()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember> MultiplayerLobbySession::LocalMembers()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember> MultiplayerLobbySession::Members()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember MultiplayerLobbySession::Host()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerLobbySession::Properties()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionConstants MultiplayerLobbySession::SessionConstants()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Tournaments::TournamentTeamResult MultiplayerLobbySession::LastTournamentTeamResult()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::AddLocalUser(winrt::Windows::Xbox::System::User const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::RemoveLocalUser(winrt::Windows::Xbox::System::User const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::SetLocalMemberProperties(winrt::Windows::Xbox::System::User const& user, hstring const& name, hstring const& valueJson, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::DeleteLocalMemberProperties(winrt::Windows::Xbox::System::User const& user, hstring const& name, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::SetLocalMemberConnectionAddress(winrt::Windows::Xbox::System::User const& user, hstring const& connectionAddress, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerLobbySession::IsHost(hstring const& xboxUserId)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::SetProperties(hstring const& name, hstring const& valueJson, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::SetSynchronizedProperties(hstring const& name, hstring const& valueJson, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::SetSynchronizedHost(winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember const& gameHost, winrt::Windows::Foundation::IInspectable const& context)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::InviteFriends(winrt::Windows::Xbox::System::User const& user, hstring const& contextStringId, hstring const& customActivationContext)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerLobbySession::InviteUsers(winrt::Windows::Xbox::System::User const& user, winrt::Windows::Foundation::Collections::IVectorView<hstring> const& xboxUserIds, hstring const& contextStringId, hstring const& customActivationContext)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,94 +7,94 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerManager MultiplayerManager::SingletonInstance()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::Initialize(hstring const& lobbySessionTemplateName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::FindMatch(hstring const& hopperName, hstring const& attributes, winrt::Windows::Foundation::TimeSpan const& timeout)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::CancelMatch()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinLobby(hstring const& handleId, winrt::Windows::Xbox::System::User const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinLobby(hstring const& handleId, winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Xbox::System::User> const& users)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinLobby(winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgs const& eventArgs, winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Xbox::System::User> const& users)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinLobby(winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgs const& eventArgs, winrt::Windows::Xbox::System::User const& user)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::InvitePartyToGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinGameFromLobby(hstring const& sessionTemplateName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinGame(hstring const& sessionName, hstring const& sessionTemplateName)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::JoinGame(hstring const& sessionName, hstring const& sessionTemplateName, winrt::Windows::Foundation::Collections::IVectorView<hstring> const& xboxUserIds)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::LeaveGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerEvent> MultiplayerManager::DoWork()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MatchStatus MultiplayerManager::MatchStatus()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Windows::Foundation::TimeSpan MultiplayerManager::EstimatedMatchWaitTime()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerLobbySession MultiplayerManager::LobbySession()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerGameSession MultiplayerManager::GameSession()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::Manager::Joinability MultiplayerManager::Joinability()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::SetJoinInProgress(winrt::Microsoft::Xbox::Services::Multiplayer::Manager::Joinability const& value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerManager::AutoFillMembersDuringMatchmaking()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::AutoFillMembersDuringMatchmaking(bool value)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
void MultiplayerManager::SetQualityOfServiceMeasurements(winrt::Windows::Foundation::Collections::IVectorView<winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerQualityOfServiceMeasurements> const& measurements)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,50 +7,50 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
uint32_t MultiplayerMember::MemberId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::TeamId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::XboxUserId()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::DebugGamertag()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerMember::IsLocal()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerMember::IsInLobby()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerMember::IsInGame()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
winrt::Microsoft::Xbox::Services::Multiplayer::MultiplayerSessionMemberStatus MultiplayerMember::Status()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::ConnectionAddress()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::Properties()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
bool MultiplayerMember::IsMemberOnSameDevice(winrt::Microsoft::Xbox::Services::Multiplayer::Manager::MultiplayerMember const& member)
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
hstring MultiplayerMember::_DeviceToken()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@ namespace winrt::Microsoft::Xbox::Services::Multiplayer::Manager::implementation
|
||||
{
|
||||
winrt::Windows::Foundation::Collections::IMapView<hstring, hstring> PerformQosMeasurementsEventArgs::AddressToDeviceTokens()
|
||||
{
|
||||
throw hresult_not_implemented();
|
||||
Logger::NotImplemented(); throw hresult_not_implemented();
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user