[Xam/Avatar] - Stubbing Avatar Functions

Stubbing avatar functions and leaving notes for future reference
This commit is contained in:
The-Little-Wolf
2024-11-20 14:51:52 -08:00
committed by Radosław Gliński
parent 95df198d8a
commit d6ed8af4e7
2 changed files with 228 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ typedef uint32_t X_HRESULT;
#define X_E_FALSE static_cast<X_HRESULT>(0x80000000L)
#define X_E_SUCCESS X_HRESULT_FROM_WIN32(X_ERROR_SUCCESS)
#define X_E_ACCESS_DENIED X_HRESULT_FROM_WIN32(X_ERROR_ACCESS_DENIED)
#define X_E_NOT_IMPLEMENTED static_cast<X_HRESULT>(0x80004001L)
#define X_E_FAIL static_cast<X_HRESULT>(0x80004005L)
#define X_E_NO_MORE_FILES X_HRESULT_FROM_WIN32(X_ERROR_NO_MORE_FILES)