From dee636c09fc5f6d6e6829f011faea376379656ab Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sun, 29 Mar 2026 17:26:43 +0200 Subject: [PATCH] docs: add Xbox 360 system exports reference Auto-generated from Xenia Canary source. Covers 2,913 exports across xboxkrnl.exe, xam.xex, and xbdm.xex with ordinals, names, types, and implementation status. Co-Authored-By: Claude Opus 4.6 --- doc/xbox360_exports.md | 2947 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2947 insertions(+) create mode 100644 doc/xbox360_exports.md diff --git a/doc/xbox360_exports.md b/doc/xbox360_exports.md new file mode 100644 index 0000000..865e105 --- /dev/null +++ b/doc/xbox360_exports.md @@ -0,0 +1,2947 @@ +# Xbox 360 System Exports - Xenia Canary + +Auto-generated by `tools/generate_export_docs.py`. Do not edit manually. + +## Summary + +**Total exports: 2913** | Implemented: 450 | Stub: 192 | Sketchy: 36 | Not implemented: 2235 + +| Module | File | Total | Implemented | Stub | Sketchy | Not Implemented | Functions | Variables | +|--------|------|------:|------------:|-----:|--------:|----------------:|----------:|----------:| +| xboxkrnl | xboxkrnl.exe | 922 | 263 | 49 | 3 | 607 | 887 | 35 | +| xam | xam.xex | 1736 | 178 | 120 | 30 | 1408 | 1734 | 2 | +| xbdm | xbdm.xex | 255 | 9 | 23 | 3 | 220 | 255 | 0 | + +## xboxkrnl (xboxkrnl.exe) + +Total: 922 | Implemented: 263 | Stub: 49 | Sketchy: 3 | Not implemented: 607 + +| Ordinal | Name | Type | Status | Category | Source | +|--------:|------|------|--------|----------|--------| +| 0x001 | DbgBreakPoint | function | stub | Debug | xboxkrnl_debug.cc | +| 0x002 | DbgBreakPointWithStatus | function | - | | | +| 0x003 | DbgPrint | function | implemented | | xboxkrnl_strings.cc | +| 0x004 | DbgPrompt | function | - | | | +| 0x005 | DumpGetRawDumpInfo | function | - | | | +| 0x006 | DumpWriteDump | function | - | | | +| 0x007 | ExAcquireReadWriteLockExclusive | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x008 | ExAcquireReadWriteLockShared | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x009 | ExAllocatePool | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x00A | ExAllocatePoolWithTag | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x00B | ExAllocatePoolTypeWithTag | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x00C | ExConsoleGameRegion | variable | implemented | | xboxkrnl_module.cc | +| 0x00D | ExCreateThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x00E | ExEventObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x00F | ExFreePool | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x010 | ExGetXConfigSetting | function | implemented | Modules | xboxkrnl_xconfig.cc | +| 0x011 | ExInitializeReadWriteLock | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x012 | ExMutantObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x013 | ExQueryPoolBlockSize | function | - | | | +| 0x014 | ExRegisterThreadNotification | function | - | | | +| 0x015 | ExRegisterTitleTerminateNotification | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x016 | ExReleaseReadWriteLock | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x017 | ExSemaphoreObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x018 | ExSetXConfigSetting | function | stub | Modules | xboxkrnl_xconfig.cc | +| 0x019 | ExTerminateThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x01A | ExTerminateTitleProcess | function | - | | | +| 0x01B | ExThreadObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x01C | ExTimerObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x01D | MmDoubleMapMemory | function | - | | | +| 0x01E | MmUnmapMemory | function | - | | | +| 0x01F | XeKeysGetConsoleCertificate | function | - | | | +| 0x020 | FscGetCacheElementCount | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x021 | FscSetCacheElementCount | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x022 | HalGetCurrentAVPack | function | implemented | None | xboxkrnl_hal.cc | +| 0x023 | HalGpioControl | function | - | | | +| 0x024 | HalOpenCloseODDTray | function | stub | None | xboxkrnl_hal.cc | +| 0x025 | HalReadWritePCISpace | function | - | | | +| 0x026 | HalRegisterPowerDownNotification | function | - | | | +| 0x027 | HalRegisterSMCNotification | function | - | | | +| 0x028 | HalReturnToFirmware | function | stub | None | xboxkrnl_hal.cc | +| 0x029 | HalSendSMCMessage | function | stub | None | xboxkrnl_hal.cc | +| 0x02A | HalSetAudioEnable | function | - | | | +| 0x02B | InterlockedFlushSList | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x02C | InterlockedPopEntrySList | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x02D | InterlockedPushEntrySList | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x02E | IoAcquireDeviceObjectLock | function | - | | | +| 0x02F | IoAllocateIrp | function | - | | | +| 0x030 | IoBuildAsynchronousFsdRequest | function | - | | | +| 0x031 | IoBuildDeviceIoControlRequest | function | - | | | +| 0x032 | IoBuildSynchronousFsdRequest | function | - | | | +| 0x033 | IoCallDriver | function | - | | | +| 0x034 | IoCheckShareAccess | function | - | | | +| 0x035 | IoCompleteRequest | function | - | | | +| 0x036 | IoCompletionObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x037 | IoCreateDevice | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x038 | IoCreateFile | function | - | | | +| 0x039 | IoDeleteDevice | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x03A | IoDeviceObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x03B | IoDismountVolume | function | - | | | +| 0x03C | IoDismountVolumeByFileHandle | function | - | | | +| 0x03D | IoDismountVolumeByName | function | - | | | +| 0x03E | IoFileObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x03F | IoFreeIrp | function | - | | | +| 0x040 | IoInitializeIrp | function | - | | | +| 0x041 | IoInvalidDeviceRequest | function | - | | | +| 0x042 | ExSetBetaFeaturesEnabled | function | - | | | +| 0x043 | IoQueueThreadIrp | function | - | | | +| 0x044 | IoReleaseDeviceObjectLock | function | - | | | +| 0x045 | IoRemoveShareAccess | function | - | | | +| 0x046 | IoSetIoCompletion | function | - | | | +| 0x047 | IoSetShareAccess | function | - | | | +| 0x048 | IoStartNextPacket | function | - | | | +| 0x049 | IoStartNextPacketByKey | function | - | | | +| 0x04A | IoStartPacket | function | - | | | +| 0x04B | IoSynchronousDeviceIoControlRequest | function | - | | | +| 0x04C | IoSynchronousFsdRequest | function | - | | | +| 0x04D | KeAcquireSpinLockAtRaisedIrql | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x04E | KeAlertResumeThread | function | - | | | +| 0x04F | KeAlertThread | function | - | | | +| 0x050 | KeBlowFuses | function | - | | | +| 0x051 | KeBoostPriorityThread | function | - | | | +| 0x052 | KeBugCheck | function | implemented | Debug | xboxkrnl_debug.cc | +| 0x053 | KeBugCheckEx | function | stub | Debug | xboxkrnl_debug.cc | +| 0x054 | KeCancelTimer | function | - | | | +| 0x055 | KeConnectInterrupt | function | - | | | +| 0x056 | KeContextFromKframes | function | - | | | +| 0x057 | KeContextToKframes | function | - | | | +| 0x058 | KeCreateUserMode | function | - | | | +| 0x059 | KeDebugMonitorData | variable | implemented | | xboxkrnl_module.cc | +| 0x05A | KeDelayExecutionThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x05B | KeDeleteUserMode | function | - | | | +| 0x05C | KeDisconnectInterrupt | function | - | | | +| 0x05D | KeEnableFpuExceptions | function | stub | None | xboxkrnl_misc.cc | +| 0x05E | KeEnablePPUPerformanceMonitor | function | - | | | +| 0x05F | KeEnterCriticalRegion | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x060 | KeEnterUserMode | function | - | | | +| 0x061 | KeFlushCacheRange | function | - | | | +| 0x062 | KeFlushCurrentEntireTb | function | - | | | +| 0x063 | KeFlushEntireTb | function | - | | | +| 0x064 | KeFlushUserModeCurrentTb | function | - | | | +| 0x065 | KeFlushUserModeTb | function | - | | | +| 0x066 | KeGetCurrentProcessType | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x067 | KeGetPMWRegister | function | - | | | +| 0x068 | KeGetPRVRegister | function | - | | | +| 0x069 | KeGetSocRegister | function | - | | | +| 0x06A | KeGetSpecialPurposeRegister | function | - | | | +| 0x06B | KeLockL2 | function | stub | Memory | xboxkrnl_memory.cc | +| 0x06C | KeUnlockL2 | function | stub | Memory | xboxkrnl_memory.cc | +| 0x06D | KeInitializeApc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x06E | KeInitializeDeviceQueue | function | - | | | +| 0x06F | KeInitializeDpc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x070 | KeInitializeEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x071 | KeInitializeInterrupt | function | - | | | +| 0x072 | KeInitializeMutant | function | - | | | +| 0x073 | KeInitializeQueue | function | - | | | +| 0x074 | KeInitializeSemaphore | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x075 | KeInitializeTimerEx | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x076 | KeInsertByKeyDeviceQueue | function | - | | | +| 0x077 | KeInsertDeviceQueue | function | - | | | +| 0x078 | KeInsertHeadQueue | function | - | | | +| 0x079 | KeInsertQueue | function | - | | | +| 0x07A | KeInsertQueueApc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x07B | KeInsertQueueDpc | function | stub | Threading | xboxkrnl_threading.cc | +| 0x07C | KeIpiGenericCall | function | - | | | +| 0x07D | KeLeaveCriticalRegion | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x07E | KeLeaveUserMode | function | - | | | +| 0x07F | KePulseEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x080 | KeQueryBackgroundProcessors | function | - | | | +| 0x081 | KeQueryBasePriorityThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x082 | KeQueryInterruptTime | function | implemented | None | xboxkrnl_misc.cc | +| 0x083 | KeQueryPerformanceFrequency | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x084 | KeQuerySystemTime | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x085 | KeRaiseIrqlToDpcLevel | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x086 | KeRegisterDriverNotification | function | - | | | +| 0x087 | KeReleaseMutant | function | - | | | +| 0x088 | KeReleaseSemaphore | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x089 | KeReleaseSpinLockFromRaisedIrql | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x08A | KeRemoveByKeyDeviceQueue | function | - | | | +| 0x08B | KeRemoveDeviceQueue | function | - | | | +| 0x08C | KeRemoveEntryDeviceQueue | function | - | | | +| 0x08D | KeRemoveQueue | function | - | | | +| 0x08E | KeRemoveQueueDpc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x08F | KeResetEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x090 | KeRestoreFloatingPointState | function | - | | | +| 0x091 | KeRestoreVectorUnitState | function | - | | | +| 0x092 | KeResumeThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x093 | KeRetireDpcList | function | - | | | +| 0x094 | KeRundownQueue | function | - | | | +| 0x095 | KeSaveFloatingPointState | function | implemented | None | xboxkrnl_misc.cc | +| 0x096 | KeSaveVectorUnitState | function | - | | | +| 0x097 | KeSetAffinityThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x098 | KeSetBackgroundProcessors | function | - | | | +| 0x099 | KeSetBasePriorityThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x09A | KeSetCurrentProcessType | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x09B | KeSetCurrentStackPointers | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x09C | KeSetDisableBoostThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x09D | KeSetEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x09E | KeSetEventBoostPriority | function | - | | | +| 0x09F | KeSetPMWRegister | function | - | | | +| 0x0A0 | KeSetPowerMode | function | - | | | +| 0x0A1 | KeSetPRVRegister | function | - | | | +| 0x0A2 | KeSetPriorityClassThread | function | - | | | +| 0x0A3 | KeSetPriorityThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0A4 | KeSetSocRegister | function | - | | | +| 0x0A5 | KeSetSpecialPurposeRegister | function | - | | | +| 0x0A6 | KeSetTimer | function | - | | | +| 0x0A7 | KeSetTimerEx | function | - | | | +| 0x0A8 | KeStallExecutionProcessor | function | - | | | +| 0x0A9 | KeSuspendThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0AA | KeSweepDcacheRange | function | - | | | +| 0x0AB | KeSweepIcacheRange | function | - | | | +| 0x0AC | KeTestAlertThread | function | - | | | +| 0x0AD | KeTimeStampBundle | variable | implemented | | xboxkrnl_module.cc | +| 0x0AE | KeTryToAcquireSpinLockAtRaisedIrql | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0AF | KeWaitForMultipleObjects | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B0 | KeWaitForSingleObject | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B1 | KfAcquireSpinLock | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B2 | KfRaiseIrql | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B3 | KfLowerIrql | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B4 | KfReleaseSpinLock | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0B5 | KiBugCheckData | variable | - | | | +| 0x0B6 | LDICreateDecompression | function | - | | | +| 0x0B7 | LDIDecompress | function | - | | | +| 0x0B8 | LDIDestroyDecompression | function | - | | | +| 0x0B9 | MmAllocatePhysicalMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BA | MmAllocatePhysicalMemoryEx | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BB | MmCreateKernelStack | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BC | MmDeleteKernelStack | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BD | MmFreePhysicalMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BE | MmGetPhysicalAddress | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0BF | MmIsAddressValid | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C0 | MmLockAndMapSegmentArray | function | - | | | +| 0x0C1 | MmLockUnlockBufferPages | function | - | | | +| 0x0C2 | MmMapIoSpace | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C3 | MmPersistPhysicalMemoryAllocation | function | - | | | +| 0x0C4 | MmQueryAddressProtect | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C5 | MmQueryAllocationSize | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C6 | MmQueryStatistics | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C7 | MmSetAddressProtect | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0C8 | MmSplitPhysicalMemoryAllocation | function | - | | | +| 0x0C9 | MmUnlockAndUnmapSegmentArray | function | - | | | +| 0x0CA | MmUnmapIoSpace | function | - | | | +| 0x0CB | Nls844UnicodeCaseTable | variable | - | | | +| 0x0CC | NtAllocateVirtualMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0CD | NtCancelTimer | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0CE | NtClearEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0CF | NtClose | function | implemented | None | xboxkrnl_ob.cc | +| 0x0D0 | NtCreateDirectoryObject | function | - | | | +| 0x0D1 | NtCreateEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0D2 | NtCreateFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0D3 | NtCreateIoCompletion | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0D4 | NtCreateMutant | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0D5 | NtCreateSemaphore | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0D6 | NtCreateSymbolicLinkObject | function | - | | | +| 0x0D7 | NtCreateTimer | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0D8 | NtDeleteFile | function | - | | | +| 0x0D9 | NtDeviceIoControlFile | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x0DA | NtDuplicateObject | function | implemented | None | xboxkrnl_ob.cc | +| 0x0DB | NtFlushBuffersFile | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x0DC | NtFreeVirtualMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0DD | NtMakeTemporaryObject | function | - | | | +| 0x0DE | NtOpenDirectoryObject | function | - | | | +| 0x0DF | NtOpenFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0E0 | NtOpenSymbolicLinkObject | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0E1 | NtProtectVirtualMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0E2 | NtPulseEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0E3 | NtQueueApcThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0E4 | NtQueryDirectoryFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0E5 | NtQueryDirectoryObject | function | - | | | +| 0x0E6 | NtQueryEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0E7 | NtQueryFullAttributesFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0E8 | NtQueryInformationFile | function | implemented | FileSystem | xboxkrnl_io_info.cc | +| 0x0E9 | NtQueryIoCompletion | function | - | | | +| 0x0EA | NtQueryMutant | function | - | | | +| 0x0EB | NtQuerySemaphore | function | - | | | +| 0x0EC | NtQuerySymbolicLinkObject | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0ED | NtQueryTimer | function | - | | | +| 0x0EE | NtQueryVirtualMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x0EF | NtQueryVolumeInformationFile | function | implemented | FileSystem | xboxkrnl_io_info.cc | +| 0x0F0 | NtReadFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0F1 | NtReadFileScatter | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0F2 | NtReleaseMutant | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0F3 | NtReleaseSemaphore | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0F4 | NtRemoveIoCompletion | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0F5 | NtResumeThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0F6 | NtSetEvent | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0F7 | NtSetInformationFile | function | implemented | FileSystem | xboxkrnl_io_info.cc | +| 0x0F8 | NtSetIoCompletion | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x0F9 | NtSetSystemTime | function | - | | | +| 0x0FA | NtSetTimerEx | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0FB | NtSignalAndWaitForSingleObjectEx | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0FC | NtSuspendThread | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0FD | NtWaitForSingleObjectEx | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0FE | NtWaitForMultipleObjectsEx | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x0FF | NtWriteFile | function | implemented | FileSystem | xboxkrnl_io.cc | +| 0x100 | NtWriteFileGather | function | - | | | +| 0x101 | NtYieldExecution | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x102 | ObCreateObject | function | implemented | None | xboxkrnl_ob.cc | +| 0x103 | ObCreateSymbolicLink | function | implemented | None | xboxkrnl_ob.cc | +| 0x104 | ObDeleteSymbolicLink | function | implemented | None | xboxkrnl_ob.cc | +| 0x105 | ObDereferenceObject | function | implemented | None | xboxkrnl_ob.cc | +| 0x106 | ObDirectoryObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x107 | ObGetWaitableObject | function | - | | | +| 0x108 | ObInsertObject | function | - | | | +| 0x109 | ObIsTitleObject | function | - | | | +| 0x10A | ObLookupAnyThreadByThreadId | function | implemented | None | xboxkrnl_ob.cc | +| 0x10B | ObLookupThreadByThreadId | function | implemented | None | xboxkrnl_ob.cc | +| 0x10C | ObMakeTemporaryObject | function | - | | | +| 0x10D | ObOpenObjectByName | function | implemented | None | xboxkrnl_ob.cc | +| 0x10E | ObOpenObjectByPointer | function | implemented | None | xboxkrnl_ob.cc | +| 0x10F | ObReferenceObject | function | implemented | None | xboxkrnl_ob.cc | +| 0x110 | ObReferenceObjectByHandle | function | implemented | None | xboxkrnl_ob.cc | +| 0x111 | ObReferenceObjectByName | function | implemented | None | xboxkrnl_ob.cc | +| 0x112 | ObSymbolicLinkObjectType | variable | implemented | | xboxkrnl_module.cc | +| 0x113 | ObTranslateSymbolicLink | function | - | | | +| 0x114 | RtlAnsiStringToUnicodeString | function | - | | | +| 0x115 | RtlAppendStringToString | function | - | | | +| 0x116 | RtlAppendUnicodeStringToString | function | - | | | +| 0x117 | RtlAppendUnicodeToString | function | - | | | +| 0x118 | RtlAssert | function | - | | | +| 0x119 | RtlCaptureContext | function | - | | | +| 0x11A | RtlCompareMemory | function | implemented | Memory | xboxkrnl_rtl.cc | +| 0x11B | RtlCompareMemoryUlong | function | implemented | Memory | xboxkrnl_rtl.cc | +| 0x11C | RtlCompareString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x11D | RtlCompareStringN | function | implemented | None | xboxkrnl_rtl.cc | +| 0x11E | RtlCompareUnicodeString | function | - | | | +| 0x11F | RtlCompareUnicodeStringN | function | - | | | +| 0x120 | RtlCompareUtf8ToUnicode | function | - | | | +| 0x121 | RtlCopyString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x122 | RtlCopyUnicodeString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x123 | RtlCreateUnicodeString | function | - | | | +| 0x124 | RtlDowncaseUnicodeChar | function | implemented | None | xboxkrnl_rtl.cc | +| 0x125 | RtlEnterCriticalSection | function | implemented | None | xboxkrnl_rtl.cc | +| 0x126 | RtlFillMemoryUlong | function | implemented | Memory | xboxkrnl_rtl.cc | +| 0x127 | RtlFreeAnsiString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x128 | RtlFreeUnicodeString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x129 | RtlGetCallersAddress | function | - | | | +| 0x12A | RtlGetStackLimits | function | implemented | None | xboxkrnl_rtl.cc | +| 0x12B | RtlImageXexHeaderField | function | implemented | None | xboxkrnl_rtl.cc | +| 0x12C | RtlInitAnsiString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x12D | RtlInitUnicodeString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x12E | RtlInitializeCriticalSection | function | implemented | None | xboxkrnl_rtl.cc | +| 0x12F | RtlInitializeCriticalSectionAndSpinCount | function | implemented | None | xboxkrnl_rtl.cc | +| 0x130 | RtlLeaveCriticalSection | function | implemented | None | xboxkrnl_rtl.cc | +| 0x131 | RtlLookupFunctionEntry | function | - | | | +| 0x132 | RtlLowerChar | function | implemented | None | xboxkrnl_rtl.cc | +| 0x133 | RtlMultiByteToUnicodeN | function | implemented | None | xboxkrnl_rtl.cc | +| 0x134 | RtlMultiByteToUnicodeSize | function | - | | | +| 0x135 | RtlNtStatusToDosError | function | stub | None | xboxkrnl_error.cc | +| 0x136 | RtlRaiseException | function | stub | Debug | xboxkrnl_debug.cc | +| 0x137 | RtlRaiseStatus | function | - | | | +| 0x138 | RtlRip | function | stub | None | xboxkrnl_rtl.cc | +| 0x139 | _scprintf | function | - | | | +| 0x13A | _snprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x13B | sprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x13C | _scwprintf | function | - | | | +| 0x13D | _snwprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x13E | swprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x13F | RtlTimeFieldsToTime | function | implemented | None | xboxkrnl_rtl.cc | +| 0x140 | RtlTimeToTimeFields | function | implemented | None | xboxkrnl_rtl.cc | +| 0x141 | RtlTryEnterCriticalSection | function | implemented | None | xboxkrnl_rtl.cc | +| 0x142 | RtlUnicodeStringToAnsiString | function | implemented | None | xboxkrnl_rtl.cc | +| 0x143 | RtlUnicodeToMultiByteN | function | implemented | None | xboxkrnl_rtl.cc | +| 0x144 | RtlUnicodeToMultiByteSize | function | - | | | +| 0x145 | RtlUnicodeToUtf8 | function | - | | | +| 0x146 | RtlUnicodeToUtf8Size | function | - | | | +| 0x147 | RtlUnwind | function | - | | | +| 0x148 | RtlUnwind2 | function | - | | | +| 0x149 | RtlUpcaseUnicodeChar | function | implemented | None | xboxkrnl_rtl.cc | +| 0x14A | RtlUpperChar | function | implemented | None | xboxkrnl_rtl.cc | +| 0x14B | RtlVirtualUnwind | function | - | | | +| 0x14C | _vscprintf | function | - | | | +| 0x14D | _vsnprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x14E | vsprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x14F | _vscwprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x150 | _vsnwprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x151 | vswprintf | function | implemented | | xboxkrnl_strings.cc | +| 0x152 | KeTlsAlloc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x153 | KeTlsFree | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x154 | KeTlsGetValue | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x155 | KeTlsSetValue | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x156 | XboxHardwareInfo | variable | implemented | | xboxkrnl_module.cc | +| 0x157 | XboxKrnlBaseVersion | variable | - | | | +| 0x158 | XboxKrnlVersion | variable | implemented | | xboxkrnl_module.cc | +| 0x159 | XeCryptAesKey | function | implemented | None | xboxkrnl_crypt.cc | +| 0x15A | XeCryptAesEcb | function | implemented | None | xboxkrnl_crypt.cc | +| 0x15B | XeCryptAesCbc | function | implemented | None | xboxkrnl_crypt.cc | +| 0x15C | XeCryptBnDwLeDhEqualBase | function | - | | | +| 0x15D | XeCryptBnDwLeDhInvalBase | function | - | | | +| 0x15E | XeCryptBnDwLeDhModExp | function | - | | | +| 0x15F | XeCryptBnDw_Copy | function | - | | | +| 0x160 | XeCryptBnDw_SwapLeBe | function | - | | | +| 0x161 | XeCryptBnDw_Zero | function | - | | | +| 0x162 | XeCryptBnDwLePkcs1Format | function | - | | | +| 0x163 | XeCryptBnDwLePkcs1Verify | function | stub | None | xboxkrnl_crypt.cc | +| 0x164 | XeCryptBnQwBeSigCreate | function | - | | | +| 0x165 | XeCryptBnQwBeSigFormat | function | - | | | +| 0x166 | XeCryptBnQwBeSigVerify | function | stub | None | xboxkrnl_crypt.cc | +| 0x167 | XeCryptBnQwNeModExp | function | - | | | +| 0x168 | XeCryptBnQwNeModExpRoot | function | - | | | +| 0x169 | XeCryptBnQwNeModInv | function | - | | | +| 0x16A | XeCryptBnQwNeModMul | function | - | | | +| 0x16B | XeCryptBnQwNeRsaKeyGen | function | - | | | +| 0x16C | XeCryptBnQwNeRsaPrvCrypt | function | - | | | +| 0x16D | XeCryptBnQwNeRsaPubCrypt | function | implemented | None | xboxkrnl_crypt.cc | +| 0x16E | XeCryptBnQw_Copy | function | - | | | +| 0x16F | XeCryptBnQw_SwapDwQw | function | - | | | +| 0x170 | XeCryptBnQw_SwapDwQwLeBe | function | implemented | None | xboxkrnl_crypt.cc | +| 0x171 | XeCryptBnQw_SwapLeBe | function | - | | | +| 0x172 | XeCryptBnQw_Zero | function | - | | | +| 0x173 | XeCryptChainAndSumMac | function | - | | | +| 0x174 | XeCryptDesParity | function | implemented | None | xboxkrnl_crypt.cc | +| 0x175 | XeCryptDesKey | function | implemented | None | xboxkrnl_crypt.cc | +| 0x176 | XeCryptDesEcb | function | implemented | None | xboxkrnl_crypt.cc | +| 0x177 | XeCryptDesCbc | function | - | | | +| 0x178 | XeCryptDes3Key | function | implemented | None | xboxkrnl_crypt.cc | +| 0x179 | XeCryptDes3Ecb | function | implemented | None | xboxkrnl_crypt.cc | +| 0x17A | XeCryptDes3Cbc | function | implemented | None | xboxkrnl_crypt.cc | +| 0x17B | XeCryptHmacMd5Init | function | - | | | +| 0x17C | XeCryptHmacMd5Update | function | - | | | +| 0x17D | XeCryptHmacMd5Final | function | - | | | +| 0x17E | XeCryptHmacMd5 | function | - | | | +| 0x17F | XeCryptHmacShaInit | function | - | | | +| 0x180 | XeCryptHmacShaUpdate | function | - | | | +| 0x181 | XeCryptHmacShaFinal | function | - | | | +| 0x182 | XeCryptHmacSha | function | implemented | None | xboxkrnl_crypt.cc | +| 0x183 | XeCryptHmacShaVerify | function | - | | | +| 0x184 | XeCryptMd5Init | function | implemented | None | xboxkrnl_crypt.cc | +| 0x185 | XeCryptMd5Update | function | implemented | None | xboxkrnl_crypt.cc | +| 0x186 | XeCryptMd5Final | function | implemented | None | xboxkrnl_crypt.cc | +| 0x187 | XeCryptMd5 | function | implemented | None | xboxkrnl_crypt.cc | +| 0x188 | XeCryptParveEcb | function | - | | | +| 0x189 | XeCryptParveCbcMac | function | - | | | +| 0x18A | XeCryptRandom | function | stub | None | xboxkrnl_crypt.cc | +| 0x18B | XeCryptRc4Key | function | implemented | None | xboxkrnl_crypt.cc | +| 0x18C | XeCryptRc4Ecb | function | implemented | None | xboxkrnl_crypt.cc | +| 0x18D | XeCryptRc4 | function | implemented | None | xboxkrnl_crypt.cc | +| 0x18E | XeCryptRotSumSha | function | stub | None | xboxkrnl_crypt.cc | +| 0x18F | XeCryptShaInit | function | implemented | None | xboxkrnl_crypt.cc | +| 0x190 | XeCryptShaUpdate | function | implemented | None | xboxkrnl_crypt.cc | +| 0x191 | XeCryptShaFinal | function | implemented | None | xboxkrnl_crypt.cc | +| 0x192 | XeCryptSha | function | implemented | None | xboxkrnl_crypt.cc | +| 0x193 | XexExecutableModuleHandle | variable | implemented | | xboxkrnl_module.cc | +| 0x194 | XexCheckExecutablePrivilege | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x195 | XexGetModuleHandle | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x196 | XexGetModuleSection | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x197 | XexGetProcedureAddress | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x198 | XexLoadExecutable | function | sketchy | Modules | xboxkrnl_modules.cc | +| 0x199 | XexLoadImage | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x19A | XexLoadImageFromMemory | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x19B | XexLoadImageHeaders | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x19C | XexPcToFileHeader | function | - | | | +| 0x19D | KiApcNormalRoutineNop_ | function | - | | | +| 0x19E | XexRegisterPatchDescriptor | function | - | | | +| 0x19F | XexSendDeferredNotifications | function | - | | | +| 0x1A0 | XexStartExecutable | function | - | | | +| 0x1A1 | XexUnloadImage | function | implemented | Modules | xboxkrnl_modules.cc | +| 0x1A2 | XexUnloadImageAndExitThread | function | - | | | +| 0x1A3 | XexUnloadTitleModules | function | - | | | +| 0x1A4 | XexVerifyImageHeaders | function | - | | | +| 0x1A5 | __C_specific_handler | function | - | | | +| 0x1A6 | DbgLoadImageSymbols | function | - | | | +| 0x1A7 | DbgUnLoadImageSymbols | function | - | | | +| 0x1A8 | RtlImageDirectoryEntryToData | function | implemented | None | xboxkrnl_rtl.cc | +| 0x1A9 | RtlImageNtHeader | function | implemented | None | xboxkrnl_rtl.cc | +| 0x1AA | ExDebugMonitorService | function | - | | | +| 0x1AB | MmDbgReadCheck | function | - | | | +| 0x1AC | MmDbgReleaseAddress | function | - | | | +| 0x1AD | MmDbgWriteCheck | function | - | | | +| 0x1AE | ExLoadedCommandLine | variable | implemented | | xboxkrnl_module.cc | +| 0x1AF | ExLoadedImageName | variable | implemented | | xboxkrnl_module.cc | +| 0x1B0 | VdBlockUntilGUIIdle | function | - | | | +| 0x1B1 | VdCallGraphicsNotificationRoutines | function | implemented | Video | xboxkrnl_video.cc | +| 0x1B2 | VdDisplayFatalError | function | - | | | +| 0x1B3 | VdEnableClosedCaption | function | - | | | +| 0x1B4 | VdEnableDisableClockGating | function | stub | Video | xboxkrnl_video.cc | +| 0x1B5 | VdEnableDisablePowerSavingMode | function | - | | | +| 0x1B6 | VdEnableRingBufferRPtrWriteBack | function | implemented | Video | xboxkrnl_video.cc | +| 0x1B7 | VdGenerateGPUCSCCoefficients | function | - | | | +| 0x1B8 | VdGetClosedCaptionReadyStatus | function | - | | | +| 0x1B9 | VdGetCurrentDisplayGamma | function | stub | Video | xboxkrnl_video.cc | +| 0x1BA | VdGetCurrentDisplayInformation | function | stub | Video | xboxkrnl_video.cc | +| 0x1BB | VdGetDisplayModeOverride | function | - | | | +| 0x1BC | VdGetGraphicsAsicID | function | stub | Video | xboxkrnl_video.cc | +| 0x1BD | VdGetSystemCommandBuffer | function | stub | Video | xboxkrnl_video.cc | +| 0x1BE | VdGlobalDevice | variable | - | | | +| 0x1BF | VdGlobalXamDevice | variable | - | | | +| 0x1C0 | VdGpuClockInMHz | variable | - | | | +| 0x1C1 | VdHSIOCalibrationLock | variable | - | | | +| 0x1C2 | VdInitializeEngines | function | stub | Video | xboxkrnl_video.cc | +| 0x1C3 | VdInitializeRingBuffer | function | implemented | Video | xboxkrnl_video.cc | +| 0x1C4 | VdInitializeScaler | function | - | | | +| 0x1C5 | VdInitializeScalerCommandBuffer | function | implemented | Video | xboxkrnl_video.cc | +| 0x1C6 | VdIsHSIOTrainingSucceeded | function | stub | Video | xboxkrnl_video.cc | +| 0x1C7 | VdPersistDisplay | function | implemented | Video | xboxkrnl_video.cc | +| 0x1C8 | VdQuerySystemCommandBuffer | function | - | | | +| 0x1C9 | VdQueryVideoFlags | function | stub | Video | xboxkrnl_video.cc | +| 0x1CA | VdQueryVideoMode | function | stub | Video | xboxkrnl_video.cc | +| 0x1CB | VdReadDVERegisterUlong | function | - | | | +| 0x1CC | VdReadWriteHSIOCalibrationFlag | function | - | | | +| 0x1CD | VdRegisterGraphicsNotification | function | - | | | +| 0x1CE | VdRegisterXamGraphicsNotification | function | - | | | +| 0x1CF | VdSendClosedCaptionData | function | - | | | +| 0x1D0 | VdSetCGMSOption | function | - | | | +| 0x1D1 | VdSetColorProfileAdjustment | function | - | | | +| 0x1D2 | VdSetCscMatricesOverride | function | - | | | +| 0x1D3 | VdSetDisplayMode | function | stub | Video | xboxkrnl_video.cc | +| 0x1D4 | VdSetDisplayModeOverride | function | stub | Video | xboxkrnl_video.cc | +| 0x1D5 | VdSetGraphicsInterruptCallback | function | implemented | Video | xboxkrnl_video.cc | +| 0x1D6 | VdSetHDCPOption | function | - | | | +| 0x1D7 | VdSetMacrovisionOption | function | - | | | +| 0x1D8 | VdSetSystemCommandBuffer | function | - | | | +| 0x1D9 | VdSetSystemCommandBufferGpuIdentifierAddress | function | stub | Video | xboxkrnl_video.cc | +| 0x1DA | VdSetWSSData | function | - | | | +| 0x1DB | VdSetWSSOption | function | - | | | +| 0x1DC | VdShutdownEngines | function | stub | Video | xboxkrnl_video.cc | +| 0x1DD | VdTurnDisplayOff | function | - | | | +| 0x1DE | VdTurnDisplayOn | function | - | | | +| 0x1DF | KiApcNormalRoutineNop | function | stub | Threading | xboxkrnl_threading.cc | +| 0x1E0 | VdWriteDVERegisterUlong | function | - | | | +| 0x1E1 | XVoicedHeadsetPresent | function | - | | | +| 0x1E2 | XVoicedSubmitPacket | function | - | | | +| 0x1E3 | XVoicedClose | function | - | | | +| 0x1E4 | XVoicedActivate | function | - | | | +| 0x1E5 | XInputdGetCapabilities | function | - | | | +| 0x1E6 | XInputdReadState | function | - | | | +| 0x1E7 | XInputdWriteState | function | - | | | +| 0x1E8 | XInputdNotify | function | - | | | +| 0x1E9 | XInputdRawState | function | - | | | +| 0x1EA | HidGetCapabilities | function | - | | | +| 0x1EB | HidReadKeys | function | stub | Input | xboxkrnl_hid.cc | +| 0x1EC | XInputdGetDeviceStats | function | - | | | +| 0x1ED | XInputdResetDevice | function | - | | | +| 0x1EE | XInputdSetRingOfLight | function | - | | | +| 0x1EF | XInputdSetRFPowerMode | function | - | | | +| 0x1F0 | XInputdSetRadioFrequency | function | - | | | +| 0x1F1 | HidGetLastInputTime | function | - | | | +| 0x1F2 | XAudioRenderDriverInitialize | function | - | | | +| 0x1F3 | XAudioRegisterRenderDriverClient | function | implemented | Audio | xboxkrnl_audio.cc | +| 0x1F4 | XAudioUnregisterRenderDriverClient | function | implemented | Audio | xboxkrnl_audio.cc | +| 0x1F5 | XAudioSubmitRenderDriverFrame | function | implemented | Audio | xboxkrnl_audio.cc | +| 0x1F6 | XAudioRenderDriverLock | function | - | | | +| 0x1F7 | XAudioGetVoiceCategoryVolumeChangeMask | function | stub | Audio | xboxkrnl_audio.cc | +| 0x1F8 | XAudioGetVoiceCategoryVolume | function | stub | Audio | xboxkrnl_audio.cc | +| 0x1F9 | XAudioSetVoiceCategoryVolume | function | - | | | +| 0x1FA | XAudioBeginDigitalBypassMode | function | - | | | +| 0x1FB | XAudioEndDigitalBypassMode | function | - | | | +| 0x1FC | XAudioSubmitDigitalPacket | function | - | | | +| 0x1FD | XAudioQueryDriverPerformance | function | - | | | +| 0x1FE | XAudioGetRenderDriverThread | function | - | | | +| 0x1FF | XAudioGetSpeakerConfig | function | implemented | Audio | xboxkrnl_audio.cc | +| 0x200 | XAudioSetSpeakerConfig | function | - | | | +| 0x201 | NicSetUnicastAddress | function | - | | | +| 0x202 | NicAttach | function | - | | | +| 0x203 | NicDetach | function | - | | | +| 0x204 | NicXmit | function | - | | | +| 0x205 | NicUpdateMcastMembership | function | - | | | +| 0x206 | NicFlushXmitQueue | function | - | | | +| 0x207 | NicShutdown | function | - | | | +| 0x208 | NicGetLinkState | function | - | | | +| 0x209 | NicGetStats | function | - | | | +| 0x20A | NicGetOpt | function | - | | | +| 0x20B | NicSetOpt | function | - | | | +| 0x20C | DrvSetSysReqCallback | function | - | | | +| 0x20D | DrvSetUserBindingCallback | function | - | | | +| 0x20E | DrvSetContentStorageCallback | function | - | | | +| 0x20F | DrvSetAutobind | function | - | | | +| 0x210 | DrvGetContentStorageNotification | function | - | | | +| 0x211 | MtpdBeginTransaction | function | - | | | +| 0x212 | MtpdCancelTransaction | function | - | | | +| 0x213 | MtpdEndTransaction | function | - | | | +| 0x214 | MtpdGetCurrentDevices | function | - | | | +| 0x215 | MtpdReadData | function | - | | | +| 0x216 | MtpdReadEvent | function | - | | | +| 0x217 | MtpdResetDevice | function | - | | | +| 0x218 | MtpdSendData | function | - | | | +| 0x219 | MtpdVerifyProximity | function | - | | | +| 0x21A | XUsbcamSetCaptureMode | function | - | | | +| 0x21B | XUsbcamGetConfig | function | - | | | +| 0x21C | XUsbcamSetConfig | function | - | | | +| 0x21D | XUsbcamGetState | function | stub | None | xboxkrnl_usbcam.cc | +| 0x21E | XUsbcamReadFrame | function | - | | | +| 0x21F | XUsbcamSnapshot | function | - | | | +| 0x220 | XUsbcamSetView | function | - | | | +| 0x221 | XUsbcamGetView | function | - | | | +| 0x222 | XUsbcamCreate | function | stub | None | xboxkrnl_usbcam.cc | +| 0x223 | XUsbcamDestroy | function | - | | | +| 0x224 | XMACreateContext | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x225 | XMAInitializeContext | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x226 | XMAReleaseContext | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x227 | XMAEnableContext | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x228 | XMADisableContext | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x229 | XMAGetOutputBufferWriteOffset | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22A | XMASetOutputBufferReadOffset | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22B | XMAGetOutputBufferReadOffset | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22C | XMASetOutputBufferValid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22D | XMAIsOutputBufferValid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22E | XMASetInputBuffer0Valid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x22F | XMAIsInputBuffer0Valid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x230 | XMASetInputBuffer1Valid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x231 | XMAIsInputBuffer1Valid | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x232 | XMASetInputBuffer0 | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x233 | XMASetInputBuffer1 | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x234 | XMAGetPacketMetadata | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x235 | XMABlockWhileInUse | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x236 | XMASetLoopData | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x237 | XMASetInputBufferReadOffset | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x238 | XMAGetInputBufferReadOffset | function | implemented | Audio | xboxkrnl_audio_xma.cc | +| 0x239 | ExIsBetaFeatureEnabled | function | - | | | +| 0x23A | XeKeysGetFactoryChallenge | function | - | | | +| 0x23B | XeKeysSetFactoryResponse | function | - | | | +| 0x23C | XeKeysInitializeFuses | function | - | | | +| 0x23D | XeKeysSaveBootLoader | function | - | | | +| 0x23E | XeKeysSaveKeyVault | function | - | | | +| 0x23F | XeKeysGetStatus | function | - | | | +| 0x240 | XeKeysGeneratePrivateKey | function | - | | | +| 0x241 | XeKeysGetKeyProperties | function | implemented | None | xboxkrnl_crypt.cc | +| 0x242 | XeKeysSetKey | function | - | | | +| 0x243 | XeKeysGenerateRandomKey | function | - | | | +| 0x244 | XeKeysGetKey | function | sketchy | None | xboxkrnl_crypt.cc | +| 0x245 | XeKeysGetDigest | function | - | | | +| 0x246 | XeKeysGetConsoleID | function | implemented | None | xboxkrnl_crypt.cc | +| 0x247 | XeKeysGetConsoleType | function | implemented | None | xboxkrnl_crypt.cc | +| 0x248 | XeKeysQwNeRsaPrvCrypt | function | - | | | +| 0x249 | XeKeysHmacSha | function | implemented | None | xboxkrnl_crypt.cc | +| 0x24A | XInputdPassThroughRFCommand | function | - | | | +| 0x24B | XeKeysAesCbc | function | - | | | +| 0x24C | XeKeysDes2Cbc | function | - | | | +| 0x24D | XeKeysDesCbc | function | - | | | +| 0x24E | XeKeysObscureKey | function | implemented | None | xboxkrnl_crypt.cc | +| 0x24F | XeKeysHmacShaUsingKey | function | implemented | None | xboxkrnl_crypt.cc | +| 0x250 | XeKeysSaveBootLoaderEx | function | - | | | +| 0x251 | XeKeysAesCbcUsingKey | function | implemented | None | xboxkrnl_crypt.cc | +| 0x252 | XeKeysDes2CbcUsingKey | function | - | | | +| 0x253 | XeKeysDesCbcUsingKey | function | - | | | +| 0x254 | XeKeysObfuscate | function | - | | | +| 0x255 | XeKeysUnObfuscate | function | - | | | +| 0x256 | XeKeysConsolePrivateKeySign | function | sketchy | None | xboxkrnl_crypt.cc | +| 0x257 | XeKeysConsoleSignatureVerification | function | - | | | +| 0x258 | XeKeysVerifyRSASignature | function | - | | | +| 0x259 | StfsCreateDevice | function | - | | | +| 0x25A | StfsControlDevice | function | - | | | +| 0x25B | VdSwap | function | implemented | Video | xboxkrnl_video.cc | +| 0x25C | HalFsbInterruptCount | variable | - | | | +| 0x25D | XeKeysSaveSystemUpdate | function | - | | | +| 0x25E | XeKeysLockSystemUpdate | function | - | | | +| 0x25F | XeKeysExecute | function | - | | | +| 0x260 | XeKeysGetVersions | function | - | | | +| 0x261 | XInputdPowerDownDevice | function | - | | | +| 0x262 | AniBlockOnAnimation | function | - | | | +| 0x263 | AniTerminateAnimation | function | - | | | +| 0x264 | XUsbcamReset | function | - | | | +| 0x265 | AniSetLogo | function | - | | | +| 0x266 | KeCertMonitorData | variable | implemented | | xboxkrnl_module.cc | +| 0x267 | HalIsExecutingPowerDownDpc | function | - | | | +| 0x268 | VdInitializeEDRAM | function | - | | | +| 0x269 | VdRetrainEDRAM | function | stub | Video | xboxkrnl_video.cc | +| 0x26A | VdRetrainEDRAMWorker | function | stub | Video | xboxkrnl_video.cc | +| 0x26B | VdHSIOTrainCount | variable | - | | | +| 0x26C | HalGetPowerUpCause | function | - | | | +| 0x26D | VdHSIOTrainingStatus | variable | - | | | +| 0x26E | RgcBindInfo | variable | - | | | +| 0x26F | VdReadEEDIDBlock | function | - | | | +| 0x270 | VdEnumerateVideoModes | function | - | | | +| 0x271 | VdEnableHDCP | function | - | | | +| 0x272 | VdRegisterHDCPNotification | function | - | | | +| 0x273 | HidReadMouseChanges | function | - | | | +| 0x274 | DumpSetCollectionFacility | function | - | | | +| 0x275 | XexTransformImageKey | function | - | | | +| 0x276 | XAudioOverrideSpeakerConfig | function | - | | | +| 0x277 | XInputdReadTextKeystroke | function | - | | | +| 0x278 | DrvXenonButtonPressed | function | - | | | +| 0x279 | DrvBindToUser | function | - | | | +| 0x27A | XexGetModuleImportVersions | function | - | | | +| 0x27B | RtlComputeCrc32 | function | implemented | None | xboxkrnl_rtl.cc | +| 0x27C | XeKeysSetRevocationList | function | - | | | +| 0x27D | HalRegisterPowerDownCallback | function | - | | | +| 0x27E | VdGetDisplayDiscoveryData | function | - | | | +| 0x27F | XInputdSendStayAliveRequest | function | - | | | +| 0x280 | XVoicedSendVPort | function | - | | | +| 0x281 | XVoicedGetBatteryStatus | function | - | | | +| 0x282 | XInputdFFGetDeviceInfo | function | - | | | +| 0x283 | XInputdFFSetEffect | function | - | | | +| 0x284 | XInputdFFUpdateEffect | function | - | | | +| 0x285 | XInputdFFEffectOperation | function | - | | | +| 0x286 | XInputdFFDeviceControl | function | - | | | +| 0x287 | XInputdFFSetDeviceGain | function | - | | | +| 0x288 | XInputdFFCancelIo | function | - | | | +| 0x289 | XInputdFFSetRumble | function | - | | | +| 0x28A | NtAllocateEncryptedMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x28B | NtFreeEncryptedMemory | function | implemented | Memory | xboxkrnl_memory.cc | +| 0x28C | XeKeysExSaveKeyVault | function | - | | | +| 0x28D | XeKeysExSetKey | function | - | | | +| 0x28E | XeKeysExGetKey | function | - | | | +| 0x28F | DrvSetDeviceConfigChangeCallback | function | - | | | +| 0x290 | DrvDeviceConfigChange | function | - | | | +| 0x291 | HalRegisterHdDvdRomNotification | function | - | | | +| 0x292 | XeKeysSecurityInitialize | function | - | | | +| 0x293 | XeKeysSecurityLoadSettings | function | - | | | +| 0x294 | XeKeysSecuritySaveSettings | function | - | | | +| 0x295 | XeKeysSecuritySetDetected | function | - | | | +| 0x296 | XeKeysSecurityGetDetected | function | - | | | +| 0x297 | XeKeysSecuritySetActivated | function | - | | | +| 0x298 | XeKeysSecurityGetActivated | function | - | | | +| 0x299 | XeKeysDvdAuthAP25InstallTable | function | - | | | +| 0x29A | XeKeysDvdAuthAP25GetTableVersion | function | - | | | +| 0x29B | XeKeysGetProtectedFlag | function | - | | | +| 0x29C | XeKeysSetProtectedFlag | function | - | | | +| 0x29D | KeEnablePFMInterrupt | function | - | | | +| 0x29E | KeDisablePFMInterrupt | function | - | | | +| 0x29F | KeSetProfilerISR | function | - | | | +| 0x2A0 | VdStartDisplayDiscovery | function | - | | | +| 0x2A1 | VdSetHDCPRevocationList | function | - | | | +| 0x2A2 | XeKeysGetUpdateSequence | function | - | | | +| 0x2A3 | XeKeysDvdAuthExActivate | function | - | | | +| 0x2A4 | KeGetImagePageTableEntry | function | stub | Memory | xboxkrnl_memory.cc | +| 0x2A5 | HalRegisterBackgroundModeTransitionCallback | function | - | | | +| 0x2A6 | AniStartBootAnimation | function | - | | | +| 0x2A7 | HalClampUnclampOutputDACs | function | - | | | +| 0x2A8 | HalPowerDownToBackgroundMode | function | - | | | +| 0x2A9 | HalNotifyAddRemoveBackgroundTask | function | - | | | +| 0x2AA | HalCallBackgroundModeNotificationRoutines | function | - | | | +| 0x2AB | HalFsbResetCount | variable | - | | | +| 0x2AC | HalGetMemoryInformation | function | - | | | +| 0x2AD | XInputdGetLastTextInputTime | function | - | | | +| 0x2AE | VdEnableWMAProOverHDMI | function | - | | | +| 0x2AF | XeKeysRevokeSaveSettings | function | - | | | +| 0x2B0 | XInputdSetTextMessengerIndicator | function | - | | | +| 0x2B1 | MicDeviceRequest | function | - | | | +| 0x2B2 | XeKeysGetMediaID | function | - | | | +| 0x2B3 | XeKeysLoadKeyVault | function | - | | | +| 0x2B4 | KeGetVidInfo | function | - | | | +| 0x2B5 | HalNotifyBackgroundModeTransitionComplete | function | - | | | +| 0x2B6 | IoAcquireCancelSpinLock | function | - | | | +| 0x2B7 | IoReleaseCancelSpinLock | function | - | | | +| 0x2B8 | NtCancelIoFile | function | stub | FileSystem | xboxkrnl_io.cc | +| 0x2B9 | NtCancelIoFileEx | function | - | | | +| 0x2BA | HalFinalizePowerLossRecovery | function | - | | | +| 0x2BB | HalSetPowerLossRecovery | function | - | | | +| 0x2BC | ExReadModifyWriteXConfigSettingUlong | function | stub | Modules | xboxkrnl_xconfig.cc | +| 0x2BD | HalRegisterXamPowerDownCallback | function | - | | | +| 0x2BE | ExCancelAlarm | function | - | | | +| 0x2BF | ExInitializeAlarm | function | - | | | +| 0x2C0 | ExSetAlarm | function | - | | | +| 0x2C1 | XexActivationGetNonce | function | - | | | +| 0x2C2 | XexActivationSetLicense | function | - | | | +| 0x2C3 | IptvSetBoundaryKey | function | - | | | +| 0x2C4 | IptvSetSessionKey | function | - | | | +| 0x2C5 | IptvVerifyOmac1Signature | function | - | | | +| 0x2C6 | IptvGetAesCtrTransform | function | - | | | +| 0x2C7 | SataCdRomRecordReset | function | - | | | +| 0x2C8 | XInputdSetTextDeviceKeyLocks | function | - | | | +| 0x2C9 | XInputdGetTextDeviceKeyLocks | function | - | | | +| 0x2CA | XexActivationVerifyOwnership | function | - | | | +| 0x2CB | XexDisableVerboseDbgPrint | function | - | | | +| 0x2CC | SvodCreateDevice | function | - | | | +| 0x2CD | RtlCaptureStackBackTrace | function | - | | | +| 0x2CE | XeKeysRevokeUpdateDynamic | function | - | | | +| 0x2CF | XexImportTraceEnable | function | - | | | +| 0x2D0 | ExRegisterXConfigNotification | function | - | | | +| 0x2D1 | XeKeysSecuritySetStat | function | - | | | +| 0x2D2 | VdQueryRealVideoMode | function | stub | Video | xboxkrnl_video.cc | +| 0x2D3 | XexSetExecutablePrivilege | function | - | | | +| 0x2D4 | XAudioSuspendRenderDriverClients | function | - | | | +| 0x2D5 | IptvGetSessionKeyHash | function | - | | | +| 0x2D6 | VdSetCGMSState | function | - | | | +| 0x2D7 | VdSetSCMSState | function | - | | | +| 0x2D8 | KeFlushMultipleTb | function | - | | | +| 0x2D9 | VdGetOption | function | - | | | +| 0x2DA | VdSetOption | function | - | | | +| 0x2DB | UsbdBootEnumerationDoneEvent | variable | implemented | | xboxkrnl_module.cc | +| 0x2DC | StfsDeviceErrorEvent | variable | - | | | +| 0x2DD | ExTryToAcquireReadWriteLockExclusive | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x2DE | ExTryToAcquireReadWriteLockShared | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x2DF | XexSetLastKdcTime | function | - | | | +| 0x2E0 | XInputdControl | function | - | | | +| 0x2E1 | RmcDeviceRequest | function | - | | | +| 0x2E2 | LDIResetDecompression | function | - | | | +| 0x2E3 | NicRegisterDevice | function | - | | | +| 0x2E4 | UsbdAddDeviceComplete | function | - | | | +| 0x2E5 | UsbdCancelAsyncTransfer | function | - | | | +| 0x2E6 | UsbdGetDeviceSpeed | function | - | | | +| 0x2E7 | UsbdGetDeviceTopology | function | - | | | +| 0x2E8 | UsbdGetEndpointDescriptor | function | - | | | +| 0x2E9 | UsbdIsDeviceAuthenticated | function | - | | | +| 0x2EA | UsbdOpenDefaultEndpoint | function | - | | | +| 0x2EB | UsbdOpenEndpoint | function | - | | | +| 0x2EC | UsbdQueueAsyncTransfer | function | - | | | +| 0x2ED | UsbdQueueCloseDefaultEndpoint | function | - | | | +| 0x2EE | UsbdQueueCloseEndpoint | function | - | | | +| 0x2EF | UsbdRemoveDeviceComplete | function | - | | | +| 0x2F0 | KeRemoveQueueApc | function | implemented | Threading | xboxkrnl_threading.cc | +| 0x2F1 | UsbdDriverLoadRequiredEvent | variable | - | | | +| 0x2F2 | UsbdGetRequiredDrivers | function | - | | | +| 0x2F3 | UsbdRegisterDriverObject | function | - | | | +| 0x2F4 | UsbdUnregisterDriverObject | function | - | | | +| 0x2F5 | UsbdCallAndBlockOnDpcRoutine | function | - | | | +| 0x2F6 | UsbdResetDevice | function | - | | | +| 0x2F7 | UsbdGetDeviceDescriptor | function | - | | | +| 0x2F8 | NomnilGetExtension | function | - | | | +| 0x2F9 | NomnilStartCloseDevice | function | - | | | +| 0x2FA | WifiBeginAuthentication | function | - | | | +| 0x2FB | WifiCheckCounterMeasures | function | - | | | +| 0x2FC | WifiChooseAuthenCipherSetFromBSSID | function | - | | | +| 0x2FD | WifiCompleteAuthentication | function | - | | | +| 0x2FE | WifiGetAssociationIE | function | - | | | +| 0x2FF | WifiOnMICError | function | - | | | +| 0x300 | WifiPrepareAuthenticationContext | function | - | | | +| 0x301 | WifiRecvEAPOLPacket | function | - | | | +| 0x302 | WifiDeduceNetworkType | function | - | | | +| 0x303 | NicUnregisterDevice | function | - | | | +| 0x304 | DumpXitThread | function | - | | | +| 0x305 | XInputdSetWifiChannel | function | - | | | +| 0x306 | NomnilSetLed | function | - | | | +| 0x307 | WifiCalculateRegulatoryDomain | function | - | | | +| 0x308 | WifiSelectAdHocChannel | function | - | | | +| 0x309 | WifiChannelToFrequency | function | - | | | +| 0x30A | MmGetPoolPagesType | function | - | | | +| 0x30B | ExExpansionInstall | function | - | | | +| 0x30C | ExExpansionCall | function | - | | | +| 0x30D | PsCamDeviceRequest | function | - | | | +| 0x30E | McaDeviceRequest | function | - | | | +| 0x30F | DetroitDeviceRequest | function | - | | | +| 0x310 | XeCryptSha256Init | function | implemented | None | xboxkrnl_crypt.cc | +| 0x311 | XeCryptSha256Update | function | implemented | None | xboxkrnl_crypt.cc | +| 0x312 | XeCryptSha256Final | function | implemented | None | xboxkrnl_crypt.cc | +| 0x313 | XeCryptSha256 | function | - | | | +| 0x314 | XeCryptSha384Init | function | - | | | +| 0x315 | XeCryptSha384Update | function | - | | | +| 0x316 | XInputdGetDevicePid | function | - | | | +| 0x317 | HalGetNotedArgonErrors | function | - | | | +| 0x318 | XeCryptSha384Final | function | - | | | +| 0x319 | HalReadArgonEeprom | function | - | | | +| 0x31A | HalWriteArgonEeprom | function | - | | | +| 0x31B | XeKeysFcrtLoad | function | - | | | +| 0x31C | XeKeysFcrtSave | function | - | | | +| 0x31D | XeKeysFcrtSet | function | - | | | +| 0x31E | XeCryptSha384 | function | - | | | +| 0x31F | XeCryptSha512Init | function | implemented | None | xboxkrnl_crypt.cc | +| 0x320 | XAudioRegisterRenderDriverMECClient | function | - | | | +| 0x321 | XAudioUnregisterRenderDriverMECClient | function | - | | | +| 0x322 | XAudioCaptureRenderDriverFrame | function | - | | | +| 0x323 | XeCryptSha512Update | function | implemented | None | xboxkrnl_crypt.cc | +| 0x324 | XeCryptSha512Final | function | implemented | None | xboxkrnl_crypt.cc | +| 0x325 | XeCryptSha512 | function | - | | | +| 0x326 | XeCryptBnQwNeCompare | function | - | | | +| 0x327 | XVoicedGetDirectionalData | function | - | | | +| 0x328 | DrvSetMicArrayStartCallback | function | - | | | +| 0x329 | DevAuthGetStatistics | function | - | | | +| 0x32A | NullCableRequest | function | - | | | +| 0x32B | XeKeysRevokeIsDeviceRevoked | function | - | | | +| 0x32C | DumpUpdateDumpSettings | function | - | | | +| 0x32D | EtxConsumerDisableEventType | function | - | | | +| 0x32E | EtxConsumerEnableEventType | function | - | | | +| 0x32F | EtxConsumerProcessLogs | function | - | | | +| 0x330 | EtxConsumerRegister | function | - | | | +| 0x331 | EtxConsumerUnregister | function | - | | | +| 0x332 | EtxProducerLog | function | - | | | +| 0x333 | EtxProducerLogV | function | - | | | +| 0x334 | EtxProducerRegister | function | - | | | +| 0x335 | EtxProducerUnregister | function | - | | | +| 0x336 | EtxConsumerFlushBuffers | function | - | | | +| 0x337 | EtxProducerLogXwpp | function | - | | | +| 0x338 | EtxProducerLogXwppV | function | - | | | +| 0x339 | UsbdEnableDisableRootHubPort | function | - | | | +| 0x33A | EtxBufferRegister | function | - | | | +| 0x33B | EtxBufferUnregister | function | - | | | +| 0x33C | DumpRegisterDedicatedDataBlock | function | - | | | +| 0x33D | XeKeysDvdAuthExSave | function | - | | | +| 0x33E | XeKeysDvdAuthExInstall | function | - | | | +| 0x33F | XexShimDisable | function | - | | | +| 0x340 | XexShimEnable | function | - | | | +| 0x341 | XexShimEntryDisable | function | - | | | +| 0x342 | XexShimEntryEnable | function | - | | | +| 0x343 | XexShimEntryRegister | function | - | | | +| 0x344 | XexShimLock | function | - | | | +| 0x345 | XboxKrnlVersion4Digit | variable | - | | | +| 0x346 | XeKeysObfuscateEx | function | - | | | +| 0x347 | XeKeysUnObfuscateEx | function | - | | | +| 0x348 | XexTitleHash | function | - | | | +| 0x349 | XexTitleHashClose | function | - | | | +| 0x34A | XexTitleHashContinue | function | - | | | +| 0x34B | XexTitleHashOpen | function | - | | | +| 0x34C | XAudioGetRenderDriverTic | function | - | | | +| 0x34D | XAudioEnableDucker | function | stub | Audio | xboxkrnl_audio.cc | +| 0x34E | XAudioSetDuckerLevel | function | - | | | +| 0x34F | XAudioIsDuckerEnabled | function | - | | | +| 0x350 | XAudioGetDuckerLevel | function | - | | | +| 0x351 | XAudioGetDuckerThreshold | function | - | | | +| 0x352 | XAudioSetDuckerThreshold | function | - | | | +| 0x353 | XAudioGetDuckerAttackTime | function | - | | | +| 0x354 | XAudioSetDuckerAttackTime | function | - | | | +| 0x355 | XAudioGetDuckerReleaseTime | function | - | | | +| 0x356 | XAudioSetDuckerReleaseTime | function | - | | | +| 0x357 | XAudioGetDuckerHoldTime | function | - | | | +| 0x358 | XAudioSetDuckerHoldTime | function | - | | | +| 0x359 | DevAuthShouldAlwaysEnforce | function | - | | | +| 0x35A | XAudioGetUnderrunCount | function | - | | | +| 0x35B | DrvSetAudioLatencyCallback | function | - | | | +| 0x35C | XVoicedIsActiveProcess | function | - | | | +| 0x35D | KeExecuteOnProtectedStack | function | - | | | +| 0x35E | XeKeysVerifyPIRSSignature | function | - | | | +| 0x35F | XeCryptAesCtr | function | - | | | +| 0x360 | XeCryptAesCbcMac | function | - | | | +| 0x361 | XeCryptAesDmMac | function | - | | | +| 0x362 | EmaExecute | function | - | | | +| 0x363 | XeKeysGetTruncatedSecondaryConsoleId | function | - | | | +| 0x364 | ExFreeDebugPool | function | - | | | +| 0x365 | VdQueryVideoCapabilities | function | - | | | +| 0x366 | UsbdGetDeviceRootPortType | function | - | | | +| 0x367 | VdGet3dVideoFormat | function | - | | | +| 0x368 | VdGetWSS2Data | function | - | | | +| 0x369 | VdSet3dVideoFormat | function | - | | | +| 0x36A | VdSetWSS2Data | function | - | | | +| 0x36B | XexReserveCodeBuffer | function | - | | | +| 0x36C | XexCommitCodeBuffer | function | - | | | +| 0x36D | RtlSetVectoredExceptionHandler | function | - | | | +| 0x36E | RtlClearVectoredExceptionHandler | function | - | | | +| 0x36F | XAudioSetProcessFrameCallback | function | - | | | +| 0x370 | UsbdGetRootHubDeviceNode | function | - | | | +| 0x371 | UsbdGetPortDeviceNode | function | - | | | +| 0x372 | UsbdGetNatalHub | function | - | | | +| 0x373 | UsbdGetNatalHardwareVersion | function | - | | | +| 0x374 | UsbdNatalHubRegisterNotificationCallback | function | - | | | +| 0x375 | KeCallAndBlockOnDpcRoutine | function | - | | | +| 0x376 | KeCallAndWaitForDpcRoutine | function | - | | | +| 0x377 | TidDeviceRequest | function | - | | | +| 0x378 | DmPrintData | function | - | | | +| 0x379 | VdSetStudioRGBMode | function | - | | | +| 0x37A | UsbdTitleDriverResetAllUnrecognizedPorts | function | - | | | +| 0x37B | UsbdTitleDriverSetUnrecognizedPort | function | - | | | +| 0x37C | UsbdResetEndpoint | function | - | | | +| 0x37D | UsbdSetTimer | function | - | | | +| 0x37E | UsbdCancelTimer | function | - | | | +| 0x37F | UsbdQueueIsochTransfer | function | - | | | +| 0x380 | KeSetPageRelocationCallback | function | - | | | +| 0x381 | XexRegisterUsermodeModule | function | - | | | +| 0x383 | TitleDeviceAuthRequest | function | - | | | +| 0x384 | KeRegisterSwapNotification | function | - | | | +| 0x385 | XInputdGetFailedConnectionOrBind | function | - | | | +| 0x386 | XInputdSetFailedConnectionOrBindCallback | function | - | | | +| 0x388 | XInputdSetMinMaxAuthDelay | function | - | | | +| 0x389 | VgcHandler_SetHandlers | function | - | | | +| 0x38A | VvcHandlerCancelTransfers | function | - | | | +| 0x38B | VvcHandlerRetrieveVoiceExtension | function | - | | | +| 0x38D | MmResetLowestAvailablePages | function | - | | | +| 0x394 | VeSetHandlers | function | - | | | +| 0x395 | HalConfigureVeDevice | function | - | | | +| 0x396 | XeCryptSha224Init | function | - | | | +| 0x397 | XeCryptAesCreateKeySchedule | function | - | | | +| 0x398 | XeCryptAesEncryptOne | function | - | | | +| 0x399 | XeCryptAesDecryptOne | function | - | | | +| 0x39A | XeCryptAesCbcEncrypt | function | - | | | +| 0x39B | XeCryptAesCbcDecrypt | function | - | | | +| 0x39C | XeCryptAesGcmInitialize | function | - | | | +| 0x39D | XeCryptAesGcmUpdate | function | - | | | +| 0x39E | XeCryptAesGcmFinalize | function | - | | | +| 0x39F | XeCryptEccGetCurveParameters | function | - | | | +| 0x3A0 | XeCryptEccEcdhGenerateKeypair | function | - | | | +| 0x3A1 | XeCryptEccEcdhExponentiate | function | - | | | +| 0x3A2 | XeCryptEccEcdsaGenerateSignature | function | - | | | +| 0x3A3 | XeCryptEccEcdsaVerifySignature | function | - | | | + +## xam (xam.xex) + +Total: 1736 | Implemented: 178 | Stub: 120 | Sketchy: 30 | Not implemented: 1408 + +| Ordinal | Name | Type | Status | Category | Source | +|--------:|------|------|--------|----------|--------| +| 0x001 | NetDll_WSAStartup | function | implemented | Networking | xam_net.cc | +| 0x002 | NetDll_WSACleanup | function | implemented | Networking | xam_net.cc | +| 0x003 | NetDll_socket | function | implemented | Networking | xam_net.cc | +| 0x004 | NetDll_closesocket | function | implemented | Networking | xam_net.cc | +| 0x005 | NetDll_shutdown | function | implemented | Networking | xam_net.cc | +| 0x006 | NetDll_ioctlsocket | function | implemented | Networking | xam_net.cc | +| 0x007 | NetDll_setsockopt | function | implemented | Networking | xam_net.cc | +| 0x008 | NetDll_getsockopt | function | implemented | Networking | xam_net.cc | +| 0x009 | NetDll_getsockname | function | implemented | Networking | xam_net.cc | +| 0x00A | NetDll_getpeername | function | - | | | +| 0x00B | NetDll_bind | function | implemented | Networking | xam_net.cc | +| 0x00C | NetDll_connect | function | implemented | Networking | xam_net.cc | +| 0x00D | NetDll_listen | function | implemented | Networking | xam_net.cc | +| 0x00E | NetDll_accept | function | implemented | Networking | xam_net.cc | +| 0x00F | NetDll_select | function | implemented | Networking | xam_net.cc | +| 0x010 | NetDll_WSAGetOverlappedResult | function | - | | | +| 0x011 | NetDll_WSACancelOverlappedIO | function | - | | | +| 0x012 | NetDll_recv | function | implemented | Networking | xam_net.cc | +| 0x013 | NetDll_WSARecv | function | - | | | +| 0x014 | NetDll_recvfrom | function | implemented | Networking | xam_net.cc | +| 0x015 | NetDll_WSARecvFrom | function | stub | Networking | xam_net.cc | +| 0x016 | NetDll_send | function | implemented | Networking | xam_net.cc | +| 0x017 | NetDll_WSASend | function | - | | | +| 0x018 | NetDll_sendto | function | implemented | Networking | xam_net.cc | +| 0x019 | NetDll_WSASendTo | function | implemented | Networking | xam_net.cc | +| 0x01A | NetDll_inet_addr | function | implemented | Networking | xam_net.cc | +| 0x01B | NetDll_WSAGetLastError | function | implemented | Networking | xam_net.cc | +| 0x01C | NetDll_WSASetLastError | function | implemented | Networking | xam_net.cc | +| 0x01D | NetDll_WSACreateEvent | function | implemented | Networking | xam_net.cc | +| 0x01E | NetDll_WSACloseEvent | function | implemented | Networking | xam_net.cc | +| 0x01F | NetDll_WSASetEvent | function | implemented | Networking | xam_net.cc | +| 0x020 | NetDll_WSAResetEvent | function | implemented | Networking | xam_net.cc | +| 0x021 | NetDll_WSAWaitForMultipleEvents | function | implemented | Networking | xam_net.cc | +| 0x022 | NetDll___WSAFDIsSet | function | implemented | Networking | xam_net.cc | +| 0x023 | NetDll_WSAEventSelect | function | - | | | +| 0x024 | NetDll_WSAStartupEx | function | implemented | Networking | xam_net.cc | +| 0x033 | NetDll_XNetStartup | function | implemented | Networking | xam_net.cc | +| 0x034 | NetDll_XNetCleanup | function | implemented | Networking | xam_net.cc | +| 0x035 | NetDll_XNetRandom | function | implemented | Networking | xam_net.cc | +| 0x036 | NetDll_XNetCreateKey | function | stub | Networking | xam_net.cc | +| 0x037 | NetDll_XNetRegisterKey | function | stub | Networking | xam_net.cc | +| 0x038 | NetDll_XNetUnregisterKey | function | stub | Networking | xam_net.cc | +| 0x039 | NetDll_XNetXnAddrToInAddr | function | stub | Networking | xam_net.cc | +| 0x03A | NetDll_XNetServerToInAddr | function | - | | | +| 0x03B | NetDll_XNetTsAddrToInAddr | function | - | | | +| 0x03C | NetDll_XNetInAddrToXnAddr | function | stub | Networking | xam_net.cc | +| 0x03D | NetDll_XNetInAddrToServer | function | - | | | +| 0x03E | NetDll_XNetInAddrToString | function | stub | Networking | xam_net.cc | +| 0x03F | NetDll_XNetUnregisterInAddr | function | - | | | +| 0x040 | NetDll_XNetXnAddrToMachineId | function | stub | Networking | xam_net.cc | +| 0x041 | NetDll_XNetConnect | function | - | | | +| 0x042 | NetDll_XNetGetConnectStatus | function | - | | | +| 0x043 | NetDll_XNetDnsLookup | function | stub | Networking | xam_net.cc | +| 0x044 | NetDll_XNetDnsRelease | function | stub | Networking | xam_net.cc | +| 0x045 | NetDll_XNetQosListen | function | stub | Networking | xam_net.cc | +| 0x046 | NetDll_XNetQosLookup | function | - | | | +| 0x047 | NetDll_XNetQosServiceLookup | function | stub | Networking | xam_net.cc | +| 0x048 | NetDll_XNetQosRelease | function | stub | Networking | xam_net.cc | +| 0x049 | NetDll_XNetGetTitleXnAddr | function | stub | Networking | xam_net.cc | +| 0x04A | NetDll_XNetGetDebugXnAddr | function | stub | Networking | xam_net.cc | +| 0x04B | NetDll_XNetGetEthernetLinkStatus | function | stub | Networking | xam_net.cc | +| 0x04C | NetDll_XNetGetBroadcastVersionStatus | function | - | | | +| 0x04D | NetDll_XNetQosGetListenStats | function | - | | | +| 0x04E | NetDll_XNetGetOpt | function | sketchy | Networking | xam_net.cc | +| 0x04F | NetDll_XNetSetOpt | function | - | | | +| 0x050 | NetDll_XNetStartupEx | function | implemented | Networking | xam_net.cc | +| 0x051 | NetDll_XNetReplaceKey | function | - | | | +| 0x052 | NetDll_XNetGetXnAddrPlatform | function | - | | | +| 0x053 | NetDll_XNetGetSystemLinkPort | function | - | | | +| 0x054 | NetDll_XNetSetSystemLinkPort | function | stub | Networking | xam_net.cc | +| 0x055 | NetDll_XNetDnsReverseLookup | function | - | | | +| 0x056 | NetDll_XNetDnsReverseRelease | function | - | | | +| 0x065 | NetDll_XnpLoadConfigParams | function | - | | | +| 0x066 | NetDll_XnpSaveConfigParams | function | - | | | +| 0x067 | NetDll_XnpConfigUPnP | function | - | | | +| 0x068 | NetDll_XnpConfig | function | - | | | +| 0x069 | NetDll_XnpGetConfigStatus | function | - | | | +| 0x06A | NetDll_XnpLoadMachineAccount | function | - | | | +| 0x06B | NetDll_XnpSaveMachineAccount | function | - | | | +| 0x06C | NetDll_XnpCapture | function | - | | | +| 0x06D | NetDll_XnpEthernetInterceptSetCallbacks | function | - | | | +| 0x06E | NetDll_XnpEthernetInterceptXmit | function | - | | | +| 0x06F | NetDll_XnpEthernetInterceptRecv | function | - | | | +| 0x070 | NetDll_XnpLogonGetStatus | function | - | | | +| 0x071 | NetDll_XnpLogonGetQFlags | function | - | | | +| 0x072 | NetDll_XnpLogonSetQFlags | function | - | | | +| 0x073 | NetDll_XnpLogonSetQEvent | function | - | | | +| 0x074 | NetDll_XnpLogonClearQEvent | function | - | | | +| 0x075 | NetDll_XnpLogonGetQVals | function | - | | | +| 0x076 | NetDll_XnpLogonSetQVals | function | - | | | +| 0x077 | NetDll_XnpLogonSetPState | function | - | | | +| 0x078 | NetDll_XnpGetVlanXboxName | function | - | | | +| 0x079 | NetDll_XnpSetVlanXboxName | function | - | | | +| 0x07A | NetDll_XnpGetActiveSocketList | function | - | | | +| 0x07B | NetDll_XnpNoteSystemTime | function | - | | | +| 0x07C | NetDll_XnpRegisterKeyForCallerType | function | - | | | +| 0x07D | NetDll_XnpUnregisterKeyForCallerType | function | - | | | +| 0x07E | NetDll_XnpLogonGetChallenge | function | - | | | +| 0x07F | NetDll_XnpLogonClearChallenge | function | - | | | +| 0x080 | NetDll_XnpLogonSetChallengeResponse | function | - | | | +| 0x081 | NetDll_XnpGetSecAssocList | function | - | | | +| 0x082 | NetDll_XnpGetKeyList | function | - | | | +| 0x083 | NetDll_XnpGetQosLookupList | function | - | | | +| 0x084 | NetDll_XnpPersistTitleState | function | - | | | +| 0x085 | NetDll_XnpReplaceKeyForCallerType | function | - | | | +| 0x086 | NetDll_XnpEthernetInterceptSetExtendedReceiveCallback | function | - | | | +| 0x087 | NetDll_XnpQosHistoryLoad | function | - | | | +| 0x088 | NetDll_XnpQosHistorySaveMeasurements | function | - | | | +| 0x089 | NetDll_XnpQosHistoryGetEntries | function | - | | | +| 0x08A | NetDll_XnpQosHistoryGetAggregateMeasurement | function | - | | | +| 0x08B | NetDll_XnpToolSetCallbacks | function | - | | | +| 0x08C | NetDll_XnpToolIpProxyInject | function | - | | | +| 0x08D | NetDll_XnpUpdateConfigParams | function | - | | | +| 0x08E | NetDll_XnpEthernetInterceptXmitAsIp | function | - | | | +| 0x08F | NetDll_XnpConfigUPnPPortAndExternalAddr | function | - | | | +| 0x097 | NetDll_XmlDownloadStart | function | - | | | +| 0x098 | NetDll_XmlDownloadContinue | function | - | | | +| 0x099 | NetDll_XmlDownloadStop | function | - | | | +| 0x09A | NetDll_XmlDownloadGetParseTime | function | - | | | +| 0x09B | NetDll_XmlDownloadGetReceivedDataSize | function | - | | | +| 0x0C6 | XnpGetXwppMemoryLogSnapshot | function | - | | | +| 0x0C7 | XnpGetXwppRuntimeFilter | function | - | | | +| 0x0C9 | NetDll_XHttpStartup | function | - | | | +| 0x0CA | NetDll_XHttpShutdown | function | - | | | +| 0x0CB | NetDll_XHttpOpen | function | - | | | +| 0x0CC | NetDll_XHttpCloseHandle | function | - | | | +| 0x0CD | NetDll_XHttpConnect | function | - | | | +| 0x0CE | NetDll_XHttpSetStatusCallback | function | - | | | +| 0x0CF | NetDll_XHttpOpenRequest | function | - | | | +| 0x0D0 | NetDll_XHttpOpenRequestUsingMemory | function | - | | | +| 0x0D1 | NetDll_XHttpSendRequest | function | - | | | +| 0x0D2 | NetDll_XHttpReceiveResponse | function | - | | | +| 0x0D3 | NetDll_XHttpQueryHeaders | function | - | | | +| 0x0D4 | NetDll_XHttpReadData | function | - | | | +| 0x0D5 | NetDll_XHttpWriteData | function | - | | | +| 0x0D6 | NetDll_XHttpQueryOption | function | - | | | +| 0x0D7 | NetDll_XHttpSetOption | function | - | | | +| 0x0D8 | NetDll_XHttpDoWork | function | - | | | +| 0x0D9 | NetDll_XHttpSetCredentials | function | - | | | +| 0x0DA | NetDll_XHttpQueryAuthSchemes | function | - | | | +| 0x0DB | NetDll_XHttpCrackUrlW | function | - | | | +| 0x0DC | NetDll_XHttpCrackUrl | function | - | | | +| 0x0DD | NetDll_XHttpCreateUrl | function | - | | | +| 0x0DE | NetDll_XHttpCreateUrlW | function | - | | | +| 0x0DF | NetDll_XHttpResetPerfCounters | function | - | | | +| 0x0E0 | NetDll_XHttpGetPerfCounters | function | - | | | +| 0x0FB | NetDll_UpnpStartup | function | - | | | +| 0x0FC | NetDll_UpnpCleanup | function | - | | | +| 0x0FD | NetDll_UpnpSearchCreate | function | - | | | +| 0x0FE | NetDll_UpnpSearchGetDevices | function | - | | | +| 0x0FF | NetDll_UpnpDescribeCreate | function | - | | | +| 0x100 | NetDll_UpnpDescribeGetResults | function | - | | | +| 0x101 | NetDll_UpnpActionCalculateWorkBufferSize | function | - | | | +| 0x102 | NetDll_UpnpActionCreate | function | - | | | +| 0x103 | NetDll_UpnpActionGetResults | function | - | | | +| 0x104 | NetDll_UpnpEventCreate | function | - | | | +| 0x105 | NetDll_UpnpEventGetCurrentState | function | - | | | +| 0x106 | NetDll_UpnpEventUnsubscribe | function | - | | | +| 0x107 | NetDll_UpnpDoWork | function | - | | | +| 0x108 | NetDll_UpnpCloseHandle | function | - | | | +| 0x12D | XNetLogonGetLoggedOnUsers | function | - | | | +| 0x12E | XNetLogonGetNatType | function | - | | | +| 0x12F | XNetLogonTaskStart | function | - | | | +| 0x130 | XNetLogonTaskClose | function | - | | | +| 0x131 | XNetLogonTaskContinue | function | - | | | +| 0x132 | XNetLogonGetServiceInfo | function | - | | | +| 0x133 | XNetLogonGetUserPrivileges | function | - | | | +| 0x134 | XNetLogonSetConsoleCertificate | function | - | | | +| 0x135 | XNetLogonGetMachineID | function | - | | | +| 0x136 | XNetLogonGetTitleID | function | - | | | +| 0x137 | XNetLogonGetTitleVersion | function | - | | | +| 0x138 | XNetLogonGetServiceNetworkID | function | - | | | +| 0x139 | XNetLogonGetDnsString | function | - | | | +| 0x13A | XNetLogonSetTitleID | function | - | | | +| 0x13B | XNetLogonGetExtendedStatus | function | - | | | +| 0x13C | XNetLogonClearTicketCaches | function | - | | | +| 0x13D | XNetLogonInitOverrideInfo | function | - | | | +| 0x13E | XNetLogonGetLastUPnPStatus | function | - | | | +| 0x13F | XNetLogonGetFlowToken | function | - | | | +| 0x140 | XNetLogonGetTicketOpt | function | - | | | +| 0x141 | XNetLogonSetTicketOpt | function | - | | | +| 0x142 | XNetLogonGetState | function | - | | | +| 0x190 | XamInputGetCapabilities | function | sketchy | Input | xam_input.cc | +| 0x191 | XamInputGetState | function | implemented | Input | xam_input.cc | +| 0x192 | XamInputSetState | function | implemented | Input | xam_input.cc | +| 0x193 | XamInputGetKeystroke | function | implemented | Input | xam_input.cc | +| 0x194 | XamInputEnableAutobind | function | - | | | +| 0x195 | XamInputRawState | function | - | | | +| 0x196 | XamEnableSystemAppInput | function | - | | | +| 0x197 | XamInputGetDeviceStats | function | - | | | +| 0x198 | XamInputGetKeystrokeEx | function | implemented | Input | xam_input.cc | +| 0x199 | XamInputGetKeystrokeHud | function | - | | | +| 0x19A | XamInputSetLayoutKeyboard | function | - | | | +| 0x19B | XamInputToggleKeyLocks | function | - | | | +| 0x19C | XamInputResetLayoutKeyboard | function | - | | | +| 0x19D | XamInputGetKeystrokeHudEx | function | - | | | +| 0x19E | XamInputSetKeyboardTranslationHud | function | - | | | +| 0x19F | XamSetInactivityTime | function | - | | | +| 0x1A0 | XamEnableInactivityProcessing | function | stub | Input | xam_input.cc | +| 0x1A1 | XamResetInactivity | function | stub | Input | xam_input.cc | +| 0x1A2 | XamSetInactivityTimeFromConfig | function | - | | | +| 0x1A3 | XamLoaderGetMediaInfo | function | stub | None | xam_content.cc | +| 0x1A4 | XamLoaderLaunchTitle | function | sketchy | None | xam_info.cc | +| 0x1A5 | XamLoaderLaunchTitleEx | function | - | | | +| 0x1A6 | XamLoaderSetLaunchData | function | sketchy | None | xam_info.cc | +| 0x1A7 | XamLoaderGetLaunchDataSize | function | sketchy | None | xam_info.cc | +| 0x1A8 | XamLoaderGetLaunchData | function | sketchy | None | xam_info.cc | +| 0x1A9 | XamLoaderTerminateTitle | function | sketchy | None | xam_info.cc | +| 0x1AA | XamLoaderGetDvdTrayState | function | implemented | None | xam_content.cc | +| 0x1AB | XamLoaderGetGameInfo | function | - | | | +| 0x1AC | XamLoaderLaunchTitleOnDvd | function | - | | | +| 0x1AD | XamLoaderSetSpindleSpeed | function | - | | | +| 0x1AE | XamTaskCreateQueue | function | - | | | +| 0x1AF | XamTaskSchedule | function | implemented | None | xam_task.cc | +| 0x1B0 | XamTaskReschedule | function | - | | | +| 0x1B1 | XamTaskCloseHandle | function | implemented | None | xam_task.cc | +| 0x1B2 | XamTaskCancel | function | - | | | +| 0x1B3 | XamTaskShouldExit | function | stub | None | xam_task.cc | +| 0x1B4 | XamTaskWaitOnCompletion | function | - | | | +| 0x1B5 | XamTaskModify | function | - | | | +| 0x1B6 | XamTaskGetCurrentTask | function | - | | | +| 0x1B7 | XamTaskGetAttributes | function | - | | | +| 0x1B8 | XamExecutingOnBehalfOfTitle | function | - | | | +| 0x1B9 | XamInputSendStayAliveRequest | function | - | | | +| 0x1BA | XamInputGetUserVibrationLevel | function | - | | | +| 0x1BB | XamIsSystemTitleId | function | implemented | None | xam_info.cc | +| 0x1BC | XamLoaderIsTitleTerminatePending | function | - | | | +| 0x1BD | XamInputSetTextMessengerIndicator | function | - | | | +| 0x1BE | XamLoaderGetPriorTitleId | function | - | | | +| 0x1BF | XamIsXbox1TitleId | function | implemented | None | xam_info.cc | +| 0x1C0 | XamInputSetKeyLocks | function | - | | | +| 0x1C1 | XamInputGetKeyLocks | function | - | | | +| 0x1C2 | XamTaskGetStatus | function | - | | | +| 0x1C3 | XamGetRootObj | function | - | | | +| 0x1C4 | XamDevAuthSetFault | function | - | | | +| 0x1C5 | XamGetDefaultSystemImage | function | - | | | +| 0x1C6 | XamGetWCNConfigFile | function | - | | | +| 0x1C7 | XamSetPowerMode | function | - | | | +| 0x1C8 | XamExecuteChallenge | function | - | | | +| 0x1C9 | XamGetDefaultImage | function | - | | | +| 0x1CA | XamMuteSound | function | - | | | +| 0x1CB | XamGetOnlineSchema | function | implemented | None | xam_info.cc | +| 0x1CC | XamSetDashContext | function | implemented | None | xam_ui.cc | +| 0x1CD | XamGetDashContext | function | implemented | None | xam_ui.cc | +| 0x1CE | XamIsCurrentTitleDash | function | implemented | None | xam_info.cc | +| 0x1CF | XamGetCurrentTitleId | function | implemented | None | xam_info.cc | +| 0x1D0 | XamSetCurrentTitleDash | function | - | | | +| 0x1D1 | XamAllocHeapFreeSpace | function | - | | | +| 0x1D2 | XamSetDashContextEx | function | - | | | +| 0x1D3 | XamGetDashContextEx | function | - | | | +| 0x1D4 | XamSetHudContext | function | - | | | +| 0x1D5 | XamGetHudContext | function | - | | | +| 0x1D6 | XCustomGetBannerImage | function | - | | | +| 0x1D7 | Refresh | function | stub | None | xam_info.cc | +| 0x1D8 | XCustomSetAction | function | - | | | +| 0x1D9 | XCustomGetLastActionPress | function | - | | | +| 0x1DA | XCustomSetDynamicActions | function | - | | | +| 0x1DB | XCustomBroadcastActionEvent | function | - | | | +| 0x1DC | XCustomGetLastActionPressEx | function | - | | | +| 0x1DD | XCustomRegisterDynamicActions | function | stub | None | xam_info.cc | +| 0x1DE | XCustomUnregisterDynamicActions | function | - | | | +| 0x1DF | XCustomGetCurrentGamercard | function | - | | | +| 0x1E0 | XamDbgPrint | function | - | | | +| 0x1E1 | XamDbgSetOutputLevel | function | - | | | +| 0x1E2 | XamDbgSetBreakLevel | function | - | | | +| 0x1E3 | XamLoaderGetMediaInfoEx | function | stub | None | xam_content.cc | +| 0x1E4 | XamLoaderSetGameInfo | function | - | | | +| 0x1E5 | XamFormatMessage | function | - | | | +| 0x1E6 | XamUniSortCmpString | function | - | | | +| 0x1E7 | XamFormatTimeString | function | implemented | None | xam_info.cc | +| 0x1E8 | XamFormatDateString | function | implemented | None | xam_info.cc | +| 0x1E9 | XamGetLocaleDateFormat | function | implemented | Locale | xam_locale.cc | +| 0x1EA | XamAlloc | function | implemented | Memory | xam_info.cc | +| 0x1EB | XamAllocEx | function | implemented | Memory | xam_info.cc | +| 0x1EC | XamFree | function | implemented | Memory | xam_info.cc | +| 0x1ED | XamAllocSize | function | - | | | +| 0x1EE | XamAllocMountIPTVHeap | function | - | | | +| 0x1EF | XamAllocUnmountIPTVHeap | function | - | | | +| 0x1F0 | XamAllocFreeIPTVHeap | function | - | | | +| 0x1F1 | XamDeviceRemap | function | - | | | +| 0x1F2 | XamLoaderGetClearCache | function | - | | | +| 0x1F3 | XamLoaderSetClearCache | function | - | | | +| 0x1F4 | XMsgInProcessCall | function | implemented | None | xam_msg.cc | +| 0x1F5 | XMsgCompleteIORequest | function | implemented | None | xam_msg.cc | +| 0x1F6 | XMsgSystemProcessCall | function | implemented | None | xam_msg.cc | +| 0x1F7 | XMsgStartIORequest | function | implemented | None | xam_msg.cc | +| 0x1F8 | XMsgCancelIORequest | function | implemented | None | xam_msg.cc | +| 0x1F9 | XMsgAcquireAsyncMessageFromOverlapped | function | - | | | +| 0x1FA | XMsgReleaseAsyncMessageToOverlapped | function | - | | | +| 0x1FB | XamGetOverlappedResult | function | implemented | None | xam_msg.cc | +| 0x1FC | XMsgStartIORequestEx | function | implemented | None | xam_msg.cc | +| 0x1FD | XamAppAllocateInterappWorkspace | function | - | | | +| 0x1FE | XamAppGetInterappWorkspace | function | - | | | +| 0x1FF | XamAppFreeInterappWorkspace | function | - | | | +| 0x200 | XamFeatureEnabled | function | stub | None | xam_info.cc | +| 0x201 | XamFeatureEnforceImageBudget | function | - | | | +| 0x202 | XamFeatureSetMask | function | - | | | +| 0x203 | XamFeatureEnableDisable | function | - | | | +| 0x204 | XuiControlSetItemAssociation | function | - | | | +| 0x205 | XamGetTitleGlobalStorageValue | function | - | | | +| 0x206 | XamSetTitleGlobalStorageValue | function | - | | | +| 0x207 | XamUserValidateAvatarManifest | function | - | | | +| 0x208 | XamUserGetDeviceContext | function | stub | Input | xam_input.cc | +| 0x209 | XamUserLookupDevice | function | - | | | +| 0x20A | XamUserGetXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x20B | XamUserLogon | function | implemented | UserProfiles | xam_user.cc | +| 0x20C | XamUserGetGamerTag | function | implemented | UserProfiles | xam_user.cc | +| 0x20D | XamUserGetUserIndexMask | function | - | | | +| 0x20E | XamUserGetName | function | implemented | UserProfiles | xam_user.cc | +| 0x20F | XamLookupCommonStringByIndex | function | - | | | +| 0x210 | XamUserGetSigninState | function | implemented | UserProfiles | xam_user.cc | +| 0x211 | XamUserGetIndexFromXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x212 | XamUserCheckPrivilege | function | stub | UserProfiles | xam_user.cc | +| 0x213 | XamUserAreUsersFriends | function | sketchy | UserProfiles | xam_user.cc | +| 0x214 | XamSetUserPresetPresenceState | function | - | | | +| 0x215 | XamGetUserPresetPresenceState | function | - | | | +| 0x216 | XamUserGetUserFlagsFromXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x217 | XamUserGetMembershipTierFromXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x218 | XamUserGetOnlineCountryFromXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x219 | XamUserReadProfileSettings | function | implemented | UserProfiles | xam_user.cc | +| 0x21A | XamUserWriteProfileSettings | function | implemented | UserProfiles | xam_user.cc | +| 0x21B | XamUserGetMembershipTier | function | implemented | UserProfiles | xam_user.cc | +| 0x21C | XamUserGetUserFlags | function | implemented | UserProfiles | xam_user.cc | +| 0x21D | XamUserGetRequestedUserIndexMask | function | - | | | +| 0x21E | XamUserIsGuest | function | - | | | +| 0x21F | XamUserProfileSync | function | - | | | +| 0x220 | XamUserFlushLogonQueue | function | - | | | +| 0x221 | XamUserIsOnlineEnabled | function | implemented | UserProfiles | xam_user.cc | +| 0x222 | XamUserGetCachedUserFlags | function | implemented | UserProfiles | xam_user.cc | +| 0x223 | XamAreMixedAccountsSignedIn | function | - | | | +| 0x224 | XamUserLogonEx | function | sketchy | UserProfiles | xam_user.cc | +| 0x225 | XamSetUserShowMessengerFriends | function | - | | | +| 0x226 | XamGetUserShowMessengerFriends | function | - | | | +| 0x227 | XamUserGetSigninInfo | function | implemented | UserProfiles | xam_user.cc | +| 0x228 | XamUserIsPartial | function | - | | | +| 0x229 | XamUserGetOnlineLanguageFromXUID | function | implemented | UserProfiles | xam_user.cc | +| 0x22A | XamUserReadProfileSettingsEx | function | implemented | UserProfiles | xam_user.cc | +| 0x22B | XamSystemUpdaterLogon | function | - | | | +| 0x22C | XamUserGetUsersMissingAvatars | function | - | | | +| 0x22D | XamIsChildAccountSignedIn | function | implemented | None | xam_info.cc | +| 0x22E | XamUserPrefetchProfileSettings | function | - | | | +| 0x22F | XamUserInvalidateProfileSetting | function | - | | | +| 0x230 | XamProfileCreate | function | sketchy | None | xam_profile.cc | +| 0x231 | XamProfileCreateEnumerator | function | implemented | None | xam_enum.cc | +| 0x232 | XamProfileEnumerate | function | implemented | None | xam_enum.cc | +| 0x233 | XamProfileDelete | function | - | | | +| 0x234 | XamProfileGetCreationStatus | function | sketchy | None | xam_profile.cc | +| 0x235 | XamProfileFindAccount | function | implemented | UserProfiles | xam_profile.cc | +| 0x236 | XamProfileRenameAccount | function | - | | | +| 0x237 | XamProfileOpen | function | implemented | None | xam_profile.cc | +| 0x238 | XamProfileClose | function | stub | None | xam_profile.cc | +| 0x239 | XamProfileSaveAccountInfo | function | - | | | +| 0x23A | XamProfileLoadAccountInfo | function | - | | | +| 0x23B | XamProfileRecoverTitle | function | - | | | +| 0x23C | XamProfileSaveWindowsLiveCredentials | function | - | | | +| 0x23D | XamProfileLoadWindowsLiveCredentials | function | - | | | +| 0x23E | XamProfileIsSaveWindowsLiveCredsEnabled | function | - | | | +| 0x23F | XamProfileSetSaveWindowsLiveCredsEnabled | function | - | | | +| 0x240 | XamSetProfileReadTestHook | function | - | | | +| 0x241 | XamProfileGetLastSync | function | - | | | +| 0x242 | XamAccountRecoveryRecoverTitle | function | - | | | +| 0x243 | XamProfileControlPec | function | - | | | +| 0x244 | XamAppLoad | function | - | | | +| 0x245 | XamAppUnloadSelf | function | - | | | +| 0x246 | XamAppUnloadStack | function | - | | | +| 0x247 | XamSendMessageToLoadedApps | function | - | | | +| 0x248 | XamAppRequestLoad | function | - | | | +| 0x249 | XamAppUnrequestLoad | function | - | | | +| 0x24A | XamNavigate | function | - | | | +| 0x24B | XamRegisterSysApp | function | - | | | +| 0x24C | XamUnregisterSysApp | function | - | | | +| 0x24D | XamAppReinitialize | function | - | | | +| 0x24E | XamCreateEnumeratorHandle | function | implemented | None | xam_enum.cc | +| 0x24F | XamGetPrivateEnumStructureFromHandle | function | implemented | None | xam_enum.cc | +| 0x250 | XamEnumerate | function | implemented | None | xam_enum.cc | +| 0x251 | XamLoadSysApp | function | - | | | +| 0x252 | XamUnloadSysApp | function | - | | | +| 0x253 | XamReloadSysApp | function | - | | | +| 0x254 | XamAppLoadPass2SysApps | function | - | | | +| 0x255 | XamProfileGetLiveLegalLocale | function | - | | | +| 0x256 | XamUserIsParentalControlled | function | implemented | UserProfiles | xam_user.cc | +| 0x257 | XamContentLaunchImageFromFileInternal | function | stub | Content | xam_content.cc | +| 0x258 | XamContentCreate | function | implemented | Content | xam_content.cc | +| 0x259 | XamContentCreateEx | function | implemented | Content | xam_content.cc | +| 0x25A | XamContentClose | function | implemented | Content | xam_content.cc | +| 0x25B | XamContentDelete | function | implemented | Content | xam_content.cc | +| 0x25C | XamContentCreateEnumerator | function | implemented | Content | xam_content.cc | +| 0x25D | XamContentCreateDeviceEnumerator | function | implemented | None | xam_content_device.cc | +| 0x25E | XamContentGetDeviceData | function | implemented | Content | xam_content_device.cc | +| 0x25F | XamContentGetDeviceName | function | implemented | Content | xam_content_device.cc | +| 0x260 | XamContentSetThumbnail | function | implemented | Content | xam_content.cc | +| 0x261 | XamContentGetThumbnail | function | implemented | Content | xam_content.cc | +| 0x262 | XamContentGetCreator | function | implemented | Content | xam_content.cc | +| 0x263 | XamContentLaunchImage | function | - | | | +| 0x264 | XamContentGetAttributes | function | - | | | +| 0x265 | XamContentGetDeviceState | function | stub | Content | xam_content_device.cc | +| 0x266 | XamContentGetLicenseMask | function | stub | Content | xam_content.cc | +| 0x267 | XamContentFlush | function | stub | Content | xam_content.cc | +| 0x268 | XamContentResolve | function | sketchy | Content | xam_content.cc | +| 0x269 | XamContentOpenFile | function | stub | Content | xam_content.cc | +| 0x26A | XamContentInstall | function | - | | | +| 0x26B | XamContentLockUnlockPackageHeaders | function | - | | | +| 0x26C | XamContentCopyInternal | function | - | | | +| 0x26D | XamContentMoveInternal | function | - | | | +| 0x26E | XamContentGetMetaDataInternal | function | - | | | +| 0x26F | XamContentCreateEnumeratorInternal | function | - | | | +| 0x270 | XamContentDeleteInternal | function | implemented | Content | xam_content.cc | +| 0x271 | XamContentCreateInternal | function | implemented | Content | xam_content.cc | +| 0x272 | XamContentSetThumbnailInternal | function | - | | | +| 0x273 | XamContentLaunchImageInternal | function | stub | Content | xam_content.cc | +| 0x274 | XamContentWritePackageHeader | function | - | | | +| 0x275 | XamContentDismountAndClosePackage | function | - | | | +| 0x276 | XamContentResolveInternal | function | - | | | +| 0x277 | XamContentGetAttributesInternal | function | - | | | +| 0x278 | XamContentOpenFileInternal | function | - | | | +| 0x279 | XamContentAggregateCreateEnumerator | function | stub | Content | xam_content_aggregate.cc | +| 0x27A | XamContentCreateAndMountPackage | function | - | | | +| 0x27B | XamContentOpenPackageFile | function | - | | | +| 0x27C | XamContentMountPackage | function | - | | | +| 0x27D | XamContentFlushPackage | function | - | | | +| 0x27E | XamContentClosePackageFile | function | - | | | +| 0x27F | XamContentDuplicateFileHandle | function | - | | | +| 0x280 | XamGetExecutionId | function | implemented | None | xam_info.cc | +| 0x281 | XamGetGameRatings | function | - | | | +| 0x282 | XamGetSystemVersion | function | stub | None | xam_info.cc | +| 0x283 | XamContentGetLocalizedString | function | - | | | +| 0x284 | XamContentGetDefaultDevice | function | - | | | +| 0x285 | XamContentInstallInternal | function | - | | | +| 0x286 | XamContentSetMediaMetaDataInternal | function | - | | | +| 0x287 | XamContentGetDeviceSerialNumber | function | - | | | +| 0x288 | XamContentGetMountedPackageByRootName | function | - | | | +| 0x289 | XamContentRegisterChangeCallback | function | implemented | Content | xam_content.cc | +| 0x28A | XamNotifyCreateListener | function | implemented | None | xam_notify.cc | +| 0x28B | XNotifyGetNext | function | implemented | None | xam_notify.cc | +| 0x28C | XNotifyPositionUI | function | stub | None | xam_notify.cc | +| 0x28D | XNotifyDelayUI | function | stub | None | xam_notify.cc | +| 0x28E | XNotifyBroadcast | function | stub | None | xam_notify.cc | +| 0x28F | XNotifyRegisterArea | function | - | | | +| 0x290 | XNotifyQueueUI | function | sketchy | UI | xam_ui.cc | +| 0x291 | XamNotifyCreateListenerInternal | function | implemented | None | xam_notify.cc | +| 0x292 | XNotifyUISetOptions | function | - | | | +| 0x293 | XNotifyUIGetOptions | function | - | | | +| 0x294 | XamContentLaunchImageInternalEx | function | - | | | +| 0x295 | XamShutdown | function | - | | | +| 0x296 | XamAllocDevkitHeapAvailable | function | - | | | +| 0x297 | XamNotifyCreateListenerRangeInternal | function | - | | | +| 0x298 | XNotifyQueueUIEx | function | - | | | +| 0x299 | XamAppRequestLoadEx | function | - | | | +| 0x29A | XuiPNGTextureLoader | function | - | | | +| 0x29B | XuiRenderGetXuiDevice | function | - | | | +| 0x29C | XuiDefault_False | function | - | | | +| 0x29D | XamUserGetReportingInfo | function | - | | | +| 0x29E | XamUpdateStart | function | - | | | +| 0x29F | XamUpdateGetProgress | function | - | | | +| 0x2A0 | XamUpdateGetExtenderInstance | function | - | | | +| 0x2A1 | XamUpdateFinish | function | - | | | +| 0x2A2 | XamUpdateAttachExtenderInstance | function | - | | | +| 0x2A3 | XamUpdateAllocateExtenderBuffer | function | - | | | +| 0x2A4 | XamRestartTitleLoadAfterUpdate | function | - | | | +| 0x2A5 | XamUIThreadDisableFontPatching | function | - | | | +| 0x2A6 | XamUpdateGetBaseSystemVersion | function | - | | | +| 0x2A7 | XamUpdateGetCurrentSystemVersion | function | - | | | +| 0x2A8 | XamUIThreadEnableFontPatching | function | - | | | +| 0x2A9 | XamTerminateTitleForUpdate | function | - | | | +| 0x2AA | XamSystemUpdateInstallLocal | function | - | | | +| 0x2AB | XamUpdateChainPass3FromPass2 | function | - | | | +| 0x2AD | XamInputGetCapabilitiesEx | function | sketchy | Input | xam_input.cc | +| 0x2AE | XamUserIsUnsafeProgrammingAllowed | function | stub | UserProfiles | xam_user.cc | +| 0x2AF | XamDevAuthSetFaultEx | function | - | | | +| 0x2B0 | XamUpdateGetData | function | - | | | +| 0x2B1 | XamCacheIntegrityCheck | function | - | | | +| 0x2B2 | XamCacheStoreFile | function | - | | | +| 0x2B3 | XamCacheFetchFile | function | - | | | +| 0x2B4 | XamCacheOpenFile | function | - | | | +| 0x2B5 | XamCacheCloseFile | function | - | | | +| 0x2B6 | XamGetCachedTitleName | function | implemented | None | xam_info.cc | +| 0x2B7 | XamCacheReset | function | - | | | +| 0x2B8 | XamGetCachedGamerTag | function | - | | | +| 0x2B9 | XamGetCachedGamerTagW | function | - | | | +| 0x2BA | XamCacheDeleteFile | function | - | | | +| 0x2BB | XamCacheRenameFile | function | - | | | +| 0x2BC | XamShowSigninUI | function | implemented | UserProfiles | xam_ui.cc | +| 0x2BD | XamShowSigninUIEx | function | sketchy | UserProfiles | xam_ui.cc | +| 0x2BE | XamShowSigninUIp | function | implemented | UserProfiles | xam_ui.cc | +| 0x2BF | XamShowFriendsUI | function | - | | | +| 0x2C0 | XamShowMessagesUI | function | - | | | +| 0x2C1 | XamShowKeyboardUI | function | implemented | UI | xam_ui.cc | +| 0x2C2 | XamShowQuickChatUI | function | - | | | +| 0x2C3 | XamShowVoiceMailUI | function | - | | | +| 0x2C4 | XamShowGamerCardUI | function | implemented | UserProfiles | xam_ui.cc | +| 0x2C5 | XamShowAchievementsUI | function | stub | UserProfiles | xam_ui.cc | +| 0x2C6 | XamShowPlayerReviewUI | function | - | | | +| 0x2C7 | XamShowMarketplaceUI | function | sketchy | UI | xam_ui.cc | +| 0x2C8 | XamShowPlayersUI | function | - | | | +| 0x2C9 | XamShowUpdaterUI | function | - | | | +| 0x2CA | XamShowMessageBoxUI | function | implemented | UI | xam_ui.cc | +| 0x2CB | XamShowDeviceSelectorUI | function | implemented | UI | xam_ui.cc | +| 0x2CC | XamShowMessageComposeUI | function | - | | | +| 0x2CD | XamShowGameInviteUI | function | - | | | +| 0x2CE | XamShowFriendRequestUI | function | - | | | +| 0x2CF | XamShowCreateProfileUI | function | implemented | UserProfiles | xam_ui.cc | +| 0x2D0 | XamShowGamesUI | function | - | | | +| 0x2D1 | XamShowLiveSignupUI | function | - | | | +| 0x2D2 | XamShowFriendsUIp | function | - | | | +| 0x2D3 | XamShowComplaintUI | function | - | | | +| 0x2D4 | XamShowReputationUI | function | - | | | +| 0x2D5 | XamShowGamerCardUIForXUID | function | - | | | +| 0x2D6 | XamShowForcedNameChangeUI | function | implemented | UI | xam_ui.cc | +| 0x2D7 | XamShowLiveUpsellUI | function | - | | | +| 0x2D8 | XamShowPasscodeVerifyUI | function | - | | | +| 0x2D9 | XamShowDirtyDiscErrorUI | function | implemented | UI | xam_ui.cc | +| 0x2DA | XamShowSignupCreditCardUI | function | - | | | +| 0x2DB | XamShowPrivateChatInviteUI | function | - | | | +| 0x2DC | XamShowMessageBoxUIEx | function | implemented | UI | xam_ui.cc | +| 0x2DD | XamShowRecentMessageUI | function | - | | | +| 0x2DE | XamShowRecentMessageUIEx | function | - | | | +| 0x2DF | XamShowMessagesUIEx | function | - | | | +| 0x2E0 | XamShowAchievementDetailsUI | function | - | | | +| 0x2E1 | XamShowPersonalizationUI | function | - | | | +| 0x2E2 | XamShowChangeGamerTileUI | function | - | | | +| 0x2E3 | XamShowVoiceSettingsUI | function | - | | | +| 0x2E4 | XamShowVideoChatInviteUI | function | - | | | +| 0x2E5 | XamShowCustomMessageComposeUI | function | - | | | +| 0x2E6 | XamShowCustomPlayerListUI | function | - | | | +| 0x2E7 | XamShowMarketplaceDownloadItemsUI | function | sketchy | UI | xam_ui.cc | +| 0x2E8 | XamShowMarketplaceUIEx | function | sketchy | UI | xam_ui.cc | +| 0x2E9 | XamShowMessageBox | function | - | | | +| 0x2EA | XamIsSysUiInvokedByXenonButton | function | - | | | +| 0x2EB | XamIsSysUiInvokedByTitle | function | - | | | +| 0x2EC | XamIsUIActive | function | implemented | UI | xam_ui.cc | +| 0x2ED | XamSysUiDisableAutoClose | function | - | | | +| 0x2EE | XamUserCreateAchievementEnumerator | function | sketchy | UserProfiles | xam_user.cc | +| 0x2EF | XamReadTile | function | sketchy | UserProfiles | xam_user.cc | +| 0x2F0 | XamWriteGamerTile | function | stub | UserProfiles | xam_user.cc | +| 0x2F1 | XamWriteTile | function | - | | | +| 0x2F2 | XamReadImage | function | - | | | +| 0x2F3 | XamUserCreateTitlesPlayedEnumerator | function | stub | UserProfiles | xam_user.cc | +| 0x2F4 | XamDecompressPNGToTexture | function | - | | | +| 0x2F5 | XamReadTileToTexture | function | stub | UserProfiles | xam_user.cc | +| 0x2F6 | XamReadString | function | - | | | +| 0x2F7 | XamUserCreateStatsEnumerator | function | sketchy | UserProfiles | xam_user.cc | +| 0x2F8 | XamPrepareGamerTiles | function | - | | | +| 0x2F9 | XamClearTitle | function | - | | | +| 0x2FA | XamReadStrings | function | - | | | +| 0x2FB | XamWriteGamerTileEx | function | - | | | +| 0x2FC | XamReadTileEx | function | sketchy | UserProfiles | xam_user.cc | +| 0x2FD | XamReadTileToTextureEx | function | - | | | +| 0x2FE | XamShowMessengerUI | function | - | | | +| 0x2FF | XamShowKeyboardUIMessenger | function | - | | | +| 0x300 | XamShowLiveUpsellUIEx | function | - | | | +| 0x301 | XamShowJoinSessionInProgressUI | function | - | | | +| 0x302 | XamShowGraduateUserUI | function | - | | | +| 0x303 | XamShowGamerCardUIForXUIDp | function | - | | | +| 0x304 | XamShowGuideUI | function | - | | | +| 0x305 | XamShowPartyUI | function | stub | None | xam_ui.cc | +| 0x306 | XamShowPartyInviteUI | function | - | | | +| 0x307 | XamUserAddRecentPlayer | function | - | | | +| 0x308 | XamUserUpdateRecentPlayer | function | - | | | +| 0x309 | XamUserCreatePlayerEnumerator | function | - | | | +| 0x30A | XamParseGamerTileKey | function | implemented | UserProfiles | xam_user.cc | +| 0x30B | XamShowCommunitySessionsUI | function | stub | None | xam_ui.cc | +| 0x30C | XamVoiceCreate | function | stub | None | xam_voice.cc | +| 0x30D | XamVoiceHeadsetPresent | function | stub | None | xam_voice.cc | +| 0x30E | XamVoiceSubmitPacket | function | stub | None | xam_voice.cc | +| 0x30F | XamVoiceClose | function | stub | None | xam_voice.cc | +| 0x310 | XamVoiceGetBatteryStatus | function | - | | | +| 0x311 | Refresh_ | function | - | | | +| 0x312 | Refresh_0 | function | - | | | +| 0x313 | XamShowJoinSessionByIdInProgressUI | function | - | | | +| 0x314 | XamShowPartyJoinInProgressUI | function | - | | | +| 0x315 | XamBuildSharedSystemResourceLocator | function | implemented | None | xam_info.cc | +| 0x316 | XamSessionCreateHandle | function | stub | UserProfiles | xam_user.cc | +| 0x317 | XamSessionRefObjByHandle | function | stub | UserProfiles | xam_user.cc | +| 0x318 | XamVoiceGetMicArrayStatus | function | stub | None | xam_voice.cc | +| 0x319 | XamVoiceSetAudioCaptureRoutine | function | - | | | +| 0x31A | XamVoiceGetDirectionalData | function | - | | | +| 0x31B | XamBuildResourceLocator | function | implemented | None | xam_info.cc | +| 0x31C | XamBuildLegacySystemResourceLocator | function | implemented | None | xam_info.cc | +| 0x31D | XamBuildGamercardResourceLocator | function | implemented | None | xam_info.cc | +| 0x31E | XamBuildDynamicResourceLocator | function | - | | | +| 0x31F | XamBuildXamResourceLocator | function | implemented | None | xam_info.cc | +| 0x320 | XuiAnimRun | function | - | | | +| 0x321 | XuiApplyLocale | function | - | | | +| 0x322 | XuiBubbleMessage | function | - | | | +| 0x323 | XuiControlIsBackButton | function | - | | | +| 0x324 | XuiControlIsNavButton | function | - | | | +| 0x325 | XuiCreateObject | function | - | | | +| 0x326 | XuiDestroyObject | function | - | | | +| 0x327 | XuiDynamicCast | function | - | | | +| 0x328 | XuiElementAddChild | function | - | | | +| 0x329 | XuiElementFindNamedFrame | function | - | | | +| 0x32A | XuiElementGetChildById | function | - | | | +| 0x32B | XuiElementGetFirstChild | function | - | | | +| 0x32C | XuiElementGetFocus | function | - | | | +| 0x32D | XuiElementGetFocusUser | function | - | | | +| 0x32E | XuiElementGetId | function | - | | | +| 0x32F | XuiElementGetLastChild | function | - | | | +| 0x330 | XuiElementGetNext | function | - | | | +| 0x331 | XuiElementGetParent | function | - | | | +| 0x332 | XuiElementGetUserFocus | function | - | | | +| 0x333 | XuiElementInitFocus | function | - | | | +| 0x334 | XuiElementInitUserFocus | function | - | | | +| 0x335 | XuiElementPlayTimeline | function | - | | | +| 0x336 | XuiElementSetBounds | function | - | | | +| 0x337 | XuiElementSetFocus | function | - | | | +| 0x338 | XuiElementSetUserFocus | function | - | | | +| 0x339 | XuiElementTreeGetFocus | function | - | | | +| 0x33A | XuiFindClass | function | - | | | +| 0x33B | XuiFreeStringTable | function | - | | | +| 0x33C | XuiGetBaseObject | function | - | | | +| 0x33D | XuiGetClass | function | - | | | +| 0x33E | XuiGetObjectClass | function | - | | | +| 0x33F | XuiGetOuter | function | - | | | +| 0x340 | XuiInit | function | - | | | +| 0x341 | XuiLoadFromBinary | function | - | | | +| 0x342 | XuiLoadStringTableFromFile | function | - | | | +| 0x343 | XuiVisualGetBasePath | function | - | | | +| 0x344 | XuiLookupStringTable | function | - | | | +| 0x345 | XuiNavButtonGetPressPath | function | - | | | +| 0x346 | XuiObjectFromHandle | function | - | | | +| 0x347 | XuiObjectGetProperty | function | - | | | +| 0x348 | XuiObjectGetPropertyId | function | - | | | +| 0x349 | XuiProcessInput | function | - | | | +| 0x34A | XuiRegisterClass | function | - | | | +| 0x34B | XuiRenderBegin | function | - | | | +| 0x34C | XuiRenderCreateDC | function | - | | | +| 0x34D | XuiRenderDCDeviceChanged | function | - | | | +| 0x34E | XuiRenderDestroyDC | function | - | | | +| 0x34F | XuiRenderEnd | function | - | | | +| 0x350 | XuiRenderGetBackBufferSize | function | - | | | +| 0x351 | XuiRenderInit | function | - | | | +| 0x352 | XuiRenderInitShared | function | - | | | +| 0x353 | XuiRenderPresent | function | - | | | +| 0x354 | XuiRenderSetViewTransform | function | - | | | +| 0x355 | XuiRenderUninit | function | - | | | +| 0x356 | XamShowNuiGuideUI | function | stub | None | xam_nui.cc | +| 0x357 | XuiSceneCreate | function | - | | | +| 0x358 | XuiSceneNavigateBack | function | - | | | +| 0x359 | XuiSceneNavigateFirst | function | - | | | +| 0x35A | XuiSceneNavigateForward | function | - | | | +| 0x35B | XuiScenePlayBackFromTransition | function | - | | | +| 0x35C | XuiScenePlayBackToTransition | function | - | | | +| 0x35D | XuiScenePlayFromTransition | function | - | | | +| 0x35E | XuiScenePlayToTransition | function | - | | | +| 0x35F | XuiSendMessage | function | - | | | +| 0x360 | XuiSetLocale | function | - | | | +| 0x361 | XuiUninit | function | - | | | +| 0x362 | XuiUnregisterClass | function | - | | | +| 0x363 | XuiTextElementSetText | function | - | | | +| 0x364 | XuiSetTimer | function | - | | | +| 0x365 | XuiTimersRun | function | - | | | +| 0x366 | XuiTextElementGetText | function | - | | | +| 0x367 | XuiVisualSetBasePath | function | - | | | +| 0x368 | XuiHandleIsValid | function | - | | | +| 0x369 | XuiAlloc | function | - | | | +| 0x36A | XuiFree | function | - | | | +| 0x36B | XuiDefault_True | function | - | | | +| 0x36C | XuiDefault_EmptyString | function | - | | | +| 0x36D | XuiDefault_IntegerZero | function | - | | | +| 0x36E | XuiCopyString | function | - | | | +| 0x36F | XuiRealloc | function | - | | | +| 0x370 | XuiControlPlayOptionalVisual | function | - | | | +| 0x371 | XuiKillTimer | function | - | | | +| 0x372 | XuiElementEnableInput | function | - | | | +| 0x373 | XuiElementInputEnabled | function | - | | | +| 0x374 | XuiIsInstanceOf | function | - | | | +| 0x375 | XuiResourceComposeLocator | function | - | | | +| 0x376 | XuiResourceLocatorIsAbsolute | function | - | | | +| 0x377 | XuiBroadcastMessage | function | - | | | +| 0x378 | XuiElementDisallowRecursiveTimelineControl | function | - | | | +| 0x379 | XUIElementPropVal_Construct | function | - | | | +| 0x37A | XUIElementPropVal_Destruct | function | - | | | +| 0x37B | XUIElementPropVal_SetString | function | - | | | +| 0x37C | XuiObjectSetProperty | function | - | | | +| 0x37D | XuiElementGetOpacity | function | - | | | +| 0x37E | XuiElementSetOpacity | function | - | | | +| 0x37F | XuiEditSetTextLimit | function | - | | | +| 0x380 | XuiEditGetTextLimit | function | - | | | +| 0x381 | XuiSliderSetValue | function | - | | | +| 0x382 | XuiSliderGetValue | function | - | | | +| 0x383 | XuiSliderSetRange | function | - | | | +| 0x384 | XuiElementUnlink | function | - | | | +| 0x385 | XuiElementInsertChild | function | - | | | +| 0x386 | XuiSceneNavigateBackToFirst | function | - | | | +| 0x387 | XuiProgressBarSetRange | function | - | | | +| 0x388 | XuiProgressBarSetValue | function | - | | | +| 0x389 | XuiProgressBarGetValue | function | - | | | +| 0x38A | XuiControlAttachVisual | function | - | | | +| 0x38B | XuiCreateTextureBrush | function | - | | | +| 0x38C | XuiDestroyBrush | function | - | | | +| 0x38D | XUIElementPropVal_SetColorFromUint | function | - | | | +| 0x38E | XuiFigureSetFill | function | - | | | +| 0x38F | XuiSliderGetRange | function | - | | | +| 0x390 | XuiFigureSetTexture | function | - | | | +| 0x391 | XuiControlGetItemAssociation | function | - | | | +| 0x392 | XuiResourceLoadAll | function | - | | | +| 0x393 | XuiImageElementSetImagePath | function | - | | | +| 0x394 | XuiImageElementGetImagePath | function | - | | | +| 0x395 | XuiControlGetVisual | function | - | | | +| 0x396 | XuiControlGetNavigation | function | - | | | +| 0x397 | XuiLookupStringTableByIndex | function | - | | | +| 0x398 | XUIElementPropVal_SetBool | function | - | | | +| 0x399 | XuiElementHasFocus | function | - | | | +| 0x39A | XUIElementPropVal_SetUint | function | - | | | +| 0x39B | XUIElementPropVal_Clear | function | - | | | +| 0x39C | XuiEditSetTextFormatInfo | function | - | | | +| 0x39D | XuiCreateSolidBrush | function | - | | | +| 0x39E | XuiSceneInterruptTransitions | function | - | | | +| 0x39F | XuiResourceOpen | function | - | | | +| 0x3A0 | XuiResourceRead | function | - | | | +| 0x3A1 | XuiResourceClose | function | - | | | +| 0x3A2 | XuiVisualCreateInstance | function | - | | | +| 0x3A3 | XuiElementGetTimeline | function | - | | | +| 0x3A4 | GetCodecVersion | function | - | | | +| 0x3A5 | XuiElementIsDescendant | function | - | | | +| 0x3A6 | XuiSetMessageFilter | function | - | | | +| 0x3A7 | XuiAttachTextureBrush | function | - | | | +| 0x3A8 | XuiElementBeginRender | function | - | | | +| 0x3A9 | XuiElementEndRender | function | - | | | +| 0x3AA | XuiDrawShape | function | - | | | +| 0x3AB | XuiSelectBrushEx | function | - | | | +| 0x3AC | XuiFigureGetShape | function | - | | | +| 0x3AD | XuiFillRect | function | - | | | +| 0x3AE | XuiVec2TransformCoord | function | - | | | +| 0x3AF | XuiMatrixMultiply | function | - | | | +| 0x3B0 | XuiElementGetXForm | function | - | | | +| 0x3B1 | XuiElementSetPosition | function | - | | | +| 0x3B2 | XuiSelectBrush | function | - | | | +| 0x3B3 | XuiElementRenderChildren | function | - | | | +| 0x3B4 | XuiFreeUnusedTextures | function | - | | | +| 0x3B5 | XuiListEnableItemOverride | function | - | | | +| 0x3B6 | XuiListGetDefaultItemSize | function | - | | | +| 0x3B7 | XuiResourceSeek | function | - | | | +| 0x3B8 | XuiElementDiscardResources | function | - | | | +| 0x3B9 | XuiTabSceneGoto | function | - | | | +| 0x3BA | XuiTabSceneGetCurrentTab | function | - | | | +| 0x3BB | XamShowWhatsOnUI | function | - | | | +| 0x3BC | XamShowEditProfileUI | function | implemented | UserProfiles | xam_ui.cc | +| 0x3BD | XamShowStorePickerUI | function | - | | | +| 0x3BE | XamShowTermsOfUseUI | function | - | | | +| 0x3BF | XamShowJoinPartyUI | function | - | | | +| 0x3C0 | XamShowWordRegisterUI | function | - | | | +| 0x3C1 | XamOverrideHudOpenType | function | - | | | +| 0x3C2 | XamShowAchievementsUIEx | function | - | | | +| 0x3C3 | XamUserGetUserTenure | function | implemented | UserProfiles | xam_user.cc | +| 0x3C4 | XamUserGetSubscriptionType | function | stub | UserProfiles | xam_user.cc | +| 0x3C5 | XamShowGameVoiceChannelUI | function | - | | | +| 0x3C6 | XamShowAvatarAwardsUI | function | - | | | +| 0x3C7 | XamShowAvatarAwardGamesUI | function | - | | | +| 0x3C8 | XamShowVideoRichPresenceUI | function | - | | | +| 0x3C9 | XamHudGetUserIndex | function | - | | | +| 0x3CA | XGetAudioFlags | function | implemented | None | xam_info.cc | +| 0x3CB | XGetAVPack | function | stub | None | xam_info.cc | +| 0x3CC | XGetGameRegion | function | stub | None | xam_info.cc | +| 0x3CD | XGetLanguage | function | implemented | None | xam_info.cc | +| 0x3CE | XapipGetLocale | function | - | | | +| 0x3CF | XGetVideoFlags | function | - | | | +| 0x3D0 | XGetVideoStandard | function | - | | | +| 0x3D1 | XGetVideoMode | function | sketchy | Video | xam_video.cc | +| 0x3D2 | XamGetLanguage | function | implemented | None | xam_info.cc | +| 0x3D3 | XUITimeline_Run | function | - | | | +| 0x3D4 | XamSetAutomation | function | - | | | +| 0x3D5 | XAutomationpBindController | function | - | | | +| 0x3D6 | XAutomationpUnbindController | function | stub | Input | xam_input.cc | +| 0x3D7 | XAutomationpInputXenonButton | function | - | | | +| 0x3D8 | XAutomationpInputPress | function | - | | | +| 0x3D9 | XAutomationpInputSetState | function | - | | | +| 0x3DA | XamEnableOverdraw | function | - | | | +| 0x3DB | g_XuiAutomation | variable | - | | | +| 0x3DC | XamVoiceGetMicArrayAudio | function | - | | | +| 0x3DD | XampSystemInput | function | - | | | +| 0x3DE | XamInputControl | function | - | | | +| 0x3DF | XuiElementGetPosition | function | - | | | +| 0x3E0 | XamIsMessageBoxActive | function | - | | | +| 0x3E1 | XamIsBackgroundSceneInTransition | function | - | | | +| 0x3E2 | XuiElementTreeHasFocus | function | - | | | +| 0x3E3 | XuiFigureClose | function | - | | | +| 0x3E4 | GamerCardStartup | function | - | | | +| 0x3E5 | GamerCardCleanup | function | - | | | +| 0x3E6 | GamerCardRegisterControls | function | - | | | +| 0x3E7 | GamerCardUnregisterControls | function | - | | | +| 0x3E8 | RtlFindFirstFile | function | - | | | +| 0x3E9 | RtlFindNextFile | function | - | | | +| 0x3EA | RtlGetModuleFileName | function | - | | | +| 0x3EB | RtlOutputDebugString | function | - | | | +| 0x3EC | RtlRemoveDirectory | function | - | | | +| 0x3ED | RtlSleep | function | implemented | None | xam_info.cc | +| 0x3EE | RtlGetLastError | function | implemented | None | xam_info.cc | +| 0x3EF | RtlSetLastError | function | - | | | +| 0x3F0 | RtlSetLastNTError | function | implemented | None | xam_info.cc | +| 0x3F1 | RtlDebugPrint | function | - | | | +| 0x3F2 | RtlDebugError | function | - | | | +| 0x3F3 | XDebugWarning | function | - | | | +| 0x3F4 | RtlDebugTrace | function | - | | | +| 0x3F5 | RtlDebugEntry | function | - | | | +| 0x3F6 | RtlDebugExit | function | - | | | +| 0x3F7 | RtlGetAttributesOnHeapAlloc | function | - | | | +| 0x3F8 | RtlSetAttributesOnHeapAlloc | function | - | | | +| 0x3F9 | XuiFigureSetShape | function | - | | | +| 0x3FA | RtlCreateHeap | function | - | | | +| 0x3FB | RtlDestroyHeap | function | - | | | +| 0x3FC | RtlAllocateHeap | function | - | | | +| 0x3FD | RtlAllocateHeapSlowly | function | - | | | +| 0x3FE | RtlReAllocateHeap | function | - | | | +| 0x3FF | RtlFreeHeap | function | - | | | +| 0x400 | RtlFreeHeapSlowly | function | - | | | +| 0x401 | RtlSizeHeap | function | - | | | +| 0x402 | RtlZeroHeap | function | - | | | +| 0x403 | RtlDebugWalkHeap | function | - | | | +| 0x404 | RtlWalkHeap | function | - | | | +| 0x405 | RtlLockHeap | function | - | | | +| 0x406 | RtlUnlockHeap | function | - | | | +| 0x407 | RtlValidateHeap | function | - | | | +| 0x408 | RtlDebugCompactHeap | function | - | | | +| 0x409 | RtlCompactHeap | function | - | | | +| 0x40A | XamAppSetTestOption | function | - | | | +| 0x40B | XamAppReportError | function | - | | | +| 0x40C | XamIsNuiUIActive | function | implemented | None | xam_nui.cc | +| 0x40D | XamVerifyPasscode | function | - | | | +| 0x40E | OutputDebugStringA | function | - | | | +| 0x40F | DebugBreak | function | - | | | +| 0x410 | GetCurrentThreadId | function | implemented | None | xam_info.cc | +| 0x411 | XDebugError | function | - | | | +| 0x412 | XDebugWarning_ | function | - | | | +| 0x413 | RtlDebugSetLevel | function | - | | | +| 0x414 | CloseHandle | function | implemented | None | xam_info.cc | +| 0x415 | GetTickCount | function | implemented | None | xam_info.cc | +| 0x416 | GetLastError | function | implemented | None | xam_info.cc | +| 0x417 | SetFilePointer | function | - | | | +| 0x418 | SetFilePointerEx | function | - | | | +| 0x419 | SetLastError | function | - | | | +| 0x41A | MultiByteToWideChar | function | - | | | +| 0x41B | WideCharToMultiByte | function | - | | | +| 0x41C | ReadFile | function | - | | | +| 0x41D | FlushFileBuffers | function | - | | | +| 0x41E | WriteFile | function | - | | | +| 0x41F | OutputDebugStringW | function | - | | | +| 0x420 | SetEvent | function | - | | | +| 0x421 | XapiFormatTimeOut | function | implemented | None | xam_info.cc | +| 0x422 | CreateMutexA | function | - | | | +| 0x423 | OpenMutexA | function | - | | | +| 0x424 | ReleaseMutex | function | - | | | +| 0x425 | WaitForSingleObject | function | implemented | None | xam_info.cc | +| 0x426 | WaitForSingleObjectEx | function | implemented | None | xam_info.cc | +| 0x427 | GetFileSize | function | - | | | +| 0x428 | GetFileSizeEx | function | - | | | +| 0x429 | XapiDirectoryInformationToFindData | function | - | | | +| 0x42A | XapiFormatObjectAttributes | function | - | | | +| 0x42B | ResetEvent | function | - | | | +| 0x42C | wsprintfA | function | - | | | +| 0x42D | wsprintfW | function | - | | | +| 0x42E | GetOverlappedResult | function | - | | | +| 0x42F | QueryPerformanceCounter | function | - | | | +| 0x430 | QueryPerformanceFrequency | function | implemented | None | xam_info.cc | +| 0x431 | LocalAlloc | function | - | | | +| 0x432 | LocalFree | function | - | | | +| 0x433 | RaiseException | function | - | | | +| 0x434 | RtlUniform | function | - | | | +| 0x435 | RtlRandom | function | implemented | None | xam_info.cc | +| 0x436 | Sleep | function | implemented | None | xam_info.cc | +| 0x437 | SleepEx | function | implemented | None | xam_info.cc | +| 0x438 | XMemSet | function | - | | | +| 0x439 | XRegisterThreadNotifyRoutine | function | - | | | +| 0x43A | XGetOverlappedExtendedError | function | - | | | +| 0x43B | XGetOverlappedResult | function | - | | | +| 0x43C | CreateThread | function | implemented | None | xam_info.cc | +| 0x43D | ResumeThread | function | implemented | None | xam_info.cc | +| 0x43E | ExitThread | function | implemented | None | xam_info.cc | +| 0x43F | GetTimeZoneInformation | function | - | | | +| 0x440 | GetSystemTimeAsFileTime | function | implemented | None | xam_info.cc | +| 0x441 | SystemTimeToFileTime | function | - | | | +| 0x442 | FileTimeToSystemTime | function | - | | | +| 0x443 | GetSystemTime | function | - | | | +| 0x444 | GetLocalTime | function | - | | | +| 0x445 | CreateDirectoryA | function | - | | | +| 0x446 | CreateEventA | function | - | | | +| 0x447 | CreateFileA | function | - | | | +| 0x448 | DeleteFileA | function | - | | | +| 0x449 | FindFirstFileA | function | - | | | +| 0x44A | FindNextFileA | function | - | | | +| 0x44B | GetFileAttributesA | function | - | | | +| 0x44C | XamLoaderGetCurrentTitleD3DVersion | function | - | | | +| 0x44D | GetFileAttributesExA | function | - | | | +| 0x44E | GetModuleHandleA | function | implemented | None | xam_info.cc | +| 0x44F | GetDiskFreeSpaceExA | function | - | | | +| 0x450 | CopyFileA | function | - | | | +| 0x451 | SetEndOfFile | function | - | | | +| 0x452 | XamFamilyAddParentalExemptionToList | function | - | | | +| 0x453 | XamFamilyIsParentalValidationRequired | function | - | | | +| 0x454 | PIXBeginCapture | function | - | | | +| 0x455 | PIXEndCapture | function | - | | | +| 0x456 | PIXAddCounter | function | - | | | +| 0x457 | PIXGetGPUSlot | function | - | | | +| 0x458 | SetWaitableTimer | function | - | | | +| 0x459 | CancelWaitableTimer | function | - | | | +| 0x45A | CreateWaitableTimerA | function | - | | | +| 0x45B | DuplicateHandle | function | - | | | +| 0x45C | XapipCreateThread | function | implemented | None | xam_info.cc | +| 0x45D | lstrcpyA | function | - | | | +| 0x45E | lstrcpyW | function | - | | | +| 0x45F | lstrcpynA | function | - | | | +| 0x460 | lstrcpynW | function | - | | | +| 0x461 | lstrcatA | function | - | | | +| 0x462 | lstrcatW | function | - | | | +| 0x463 | lstrlenA | function | - | | | +| 0x464 | lstrlenW | function | implemented | None | xam_info.cc | +| 0x465 | IsBadReadPtr | function | - | | | +| 0x466 | IsBadWritePtr | function | - | | | +| 0x467 | FileTimeToLocalFileTime | function | - | | | +| 0x468 | XMemCpy | function | - | | | +| 0x469 | XMemCpyStreaming | function | - | | | +| 0x46A | XamHudSetUserIndex | function | - | | | +| 0x46B | XamShowNuiTroubleshooterUI | function | stub | None | xam_nui.cc | +| 0x46C | XamTestShowNuiTroubleshooterUI | function | - | | | +| 0x46D | XamShowPasscodeVerifyUIEx | function | - | | | +| 0x46E | XamShowNuiAchievementsUI | function | - | | | +| 0x46F | XamShowNuiCommunitySessionsUI | function | - | | | +| 0x470 | XamShowNuiDeviceSelectorUI | function | - | | | +| 0x471 | XamShowNuiDirtyDiscErrorUI | function | - | | | +| 0x472 | XamShowNuiFriendsUI | function | - | | | +| 0x473 | XamShowNuiGameInviteUI | function | - | | | +| 0x474 | XamShowNuiGamerCardUIForXUID | function | - | | | +| 0x475 | XamShowNuiMarketplaceDownloadItemsUI | function | - | | | +| 0x476 | XamShowNuiMarketplaceUI | function | - | | | +| 0x477 | XamShowNuiMessageBoxUI | function | - | | | +| 0x478 | XamShowNuiPartyUI | function | - | | | +| 0x479 | XamShowNuiFriendRequestUI | function | - | | | +| 0x47A | XamShowNuiSigninUI | function | sketchy | UserProfiles | xam_ui.cc | +| 0x47B | XamShowNuiControllerRequiredUI | function | - | | | +| 0x47C | XamShowNuiGamesUI | function | - | | | +| 0x47D | XamShowNuiHardwareRequiredUI | function | implemented | None | xam_nui.cc | +| 0x47E | XamCacheStoreFileByString | function | - | | | +| 0x47F | XamCacheFetchFileByString | function | - | | | +| 0x480 | XamCacheDeleteFileByString | function | - | | | +| 0x481 | XamGetCachedTitleNameEx | function | - | | | +| 0x482 | XamXlfsInitializeUploadQueue | function | - | | | +| 0x483 | XamXlfsUninitializeUploadQueue | function | - | | | +| 0x484 | XamXlfsMountUploadQueueInstance | function | - | | | +| 0x485 | XamXlfsUnmountUploadQueueInstance | function | - | | | +| 0x486 | XamVoiceRecordUserPrivileges | function | - | | | +| 0x487 | XamXlfsInitializeUploadQueueWithTestHooks | function | - | | | +| 0x488 | XamXlfsNotifyContentDeletion | function | - | | | +| 0x489 | XMemAlloc | function | - | | | +| 0x48A | XMemFree | function | - | | | +| 0x48B | XMemSize | function | - | | | +| 0x48C | XamVoiceSetMicArrayIdleUsers | function | - | | | +| 0x48D | XamVoiceMuteMicArray | function | - | | | +| 0x48E | XamVoiceGetMicArrayUnderrunStatus | function | - | | | +| 0x48F | XuiSceneEnableTransitionDependency | function | - | | | +| 0x490 | XamVoiceGetMicArrayAudioEx | function | - | | | +| 0x491 | XamVoiceDisableMicArray | function | - | | | +| 0x492 | XamUserGetDeviceId | function | - | | | +| 0x493 | XamUpdateEtxLogUpdateTaskStart | function | - | | | +| 0x494 | XamUpdateEtxLogUpdateTaskSuccess | function | - | | | +| 0x495 | XamUpdateEtxLogUpdateTaskFailure | function | - | | | +| 0x496 | XamEtxFlushLogs | function | - | | | +| 0x497 | XamVoiceIsActiveProcess | function | stub | None | xam_voice.cc | +| 0x498 | XamInactivityGetInactivityInterruptTime | function | - | | | +| 0x499 | XamInactivitySetInactivityInterruptTime | function | - | | | +| 0x49A | XamInactivityGetLastActivityTime | function | - | | | +| 0x49B | XamInactivitySetDetectionTaskPeriod | function | - | | | +| 0x49C | XamInactivityEnablePowerDown | function | - | | | +| 0x49D | XamUpdateGetChainMarker | function | - | | | +| 0x49E | XGetVideoCapabilities | function | stub | Video | xam_video.cc | +| 0x49F | XMsgProcessRequest | function | - | | | +| 0x4A0 | XGetDisplaySize | function | - | | | +| 0x4A1 | XamInputNonControllerGetRaw | function | sketchy | Input | xam_input.cc | +| 0x4A2 | XamInputNonControllerSetRaw | function | sketchy | Input | xam_input.cc | +| 0x4A3 | XamVoiceSetMicArrayBeamAngle | function | - | | | +| 0x4A4 | XamUserGetAge | function | - | | | +| 0x4A5 | XamUserGetAgeGroup | function | - | | | +| 0x4A6 | XamVoiceGetMicArrayFilenameDesc | function | - | | | +| 0x4A7 | XamLoaderGetState | function | - | | | +| 0x4A8 | XamTaskQueryProperty | function | - | | | +| 0x4A9 | XamGetLocale | function | implemented | Locale | xam_locale.cc | +| 0x4AA | XamQueryTimeZoneInformation | function | - | | | +| 0x4AB | XamSetTimeZoneInformation | function | - | | | +| 0x4AC | XamLaunchURI | function | - | | | +| 0x4AF | XamShowNuiMessagesUI | function | - | | | +| 0x4B0 | XMPRegisterCodec | function | - | | | +| 0x4B1 | XamNavigateBack | function | - | | | +| 0x4B2 | XamPushBackURI | function | - | | | +| 0x4B3 | XamUserOverrideDeviceBindings | function | - | | | +| 0x4B4 | XamUserOverrideBindingCallbacks | function | - | | | +| 0x4B5 | XamUserOverrideUserInfo | function | - | | | +| 0x4B6 | XamUserContentRestrictionGetFlags | function | stub | UserProfiles | xam_user.cc | +| 0x4B7 | XamUserContentRestrictionGetRating | function | stub | UserProfiles | xam_user.cc | +| 0x4B8 | XamUserContentRestrictionCheckAccess | function | stub | UserProfiles | xam_user.cc | +| 0x4B9 | XamShowFitnessBodyProfileUI | function | - | | | +| 0x4BA | XamFitnessAddBodyProfileRecord | function | - | | | +| 0x4BB | XamFamilyGetMembers | function | - | | | +| 0x4BC | XampXAuthStartup | function | - | | | +| 0x4BD | XampXAuthShutdown | function | - | | | +| 0x4BE | XamGetToken | function | - | | | +| 0x4BF | XamFreeToken | function | - | | | +| 0x4C0 | XamGetAppliesTo | function | - | | | +| 0x4C1 | XamFitnessClearBodyProfileRecords | function | - | | | +| 0x4C2 | XamFitnessGetCurrentBodyProfileRecord | function | - | | | +| 0x4C3 | XamFitnessGetAllBodyProfileRecords | function | - | | | +| 0x4C4 | XamFitnessGetAllTitleSummaries | function | - | | | +| 0x4C5 | XamFitnessGetOverallSummary | function | - | | | +| 0x4C6 | XamFitnessAddFitnessEvent | function | - | | | +| 0x4C7 | XamLrcGetInput | function | - | | | +| 0x4C8 | XamLrcGetInputWithSeek | function | - | | | +| 0x4C9 | XamLrcSetMediaState | function | - | | | +| 0x4CA | XamPixSetDirtyCounters | function | - | | | +| 0x4CB | XamFitnessCreateFitnessEventEnumerator | function | - | | | +| 0x4CC | XamFitnessInitialize | function | - | | | +| 0x4CD | XamRequestToken | function | - | | | +| 0x4CE | XamResolveURI | function | - | | | +| 0x4CF | XamContentGetOnlineCreator | function | - | | | +| 0x4D0 | XamShowBrandedKeyboardUI | function | - | | | +| 0x4D1 | XamBackgroundDownloadNetworkStorageEnable | function | - | | | +| 0x4D2 | XamBackgroundDownloadNetworkStorageIsEnabled | function | - | | | +| 0x4D3 | XamShowNuiJoinSessionInProgressUI | function | - | | | +| 0x4D4 | XamBase64Decode | function | - | | | +| 0x4D5 | XamCertDecode | function | - | | | +| 0x4D6 | XamCertDecodeRsaPublicKey | function | - | | | +| 0x4D7 | XamCertValidateStruct | function | - | | | +| 0x4D8 | XamFitnessConvertByteMetToFloatMet | function | - | | | +| 0x4D9 | XamXgiBlobTrackerSetMockInfo | function | - | | | +| 0x4DA | XamFitnessMsgTimeToSystemTime | function | - | | | +| 0x4DB | XamFitnessSystemTimeToMsgTime | function | - | | | +| 0x4DC | XamShowFitnessWarnAboutPrivacyUI | function | - | | | +| 0x4DD | XamShowFitnessWarnAboutTimeUI | function | - | | | +| 0x4DE | XamFitnessUnInitialize | function | - | | | +| 0x4DF | XamBackgroundDownloadNetworkStorageOnContentChange | function | - | | | +| 0x4E0 | XamLiveBaseConfigureInMemoryMockResponse | function | - | | | +| 0x4E1 | InjectConnectionServerNotification | function | - | | | +| 0x4E2 | XamFitnessConvertFloatMetToByteMet | function | - | | | +| 0x4E3 | XamGetGamerTileKeyFromGamertag | function | - | | | +| 0x4E4 | XamBackgroundDownloadNetworkStorageRegisterChangeCallback | function | - | | | +| 0x4E5 | XamFindOrCreateInternalPassportAccount | function | - | | | +| 0x4E6 | XOnlinepFriendsRequest | function | - | | | +| 0x4E7 | XOnlinepFriendsAcceptRequest | function | - | | | +| 0x4E8 | XOnlinepFriendsRejectRequest | function | - | | | +| 0x4E9 | XOnlinepFriendsRemove | function | - | | | +| 0x4EA | XFriendsCreateEnumerator | function | - | | | +| 0x4EB | XamBackgroundDownloadNetworkStorageIsRunning | function | - | | | +| 0x4EC | XamCertGetSerialNumber | function | - | | | +| 0x4ED | XamShowOptionsUI | function | - | | | +| 0x4EE | XampXAuthGetTitleBuffer | function | - | | | +| 0x4EF | XamGetSTSTokenCache | function | - | | | +| 0x4F0 | XamUserGetOnlineXUIDFromOfflineXUID | function | - | | | +| 0x4F1 | XamIsUserUsingMetricSystem | function | - | | | +| 0x4F2 | XamShowNuiVideoRichPresenceUI | function | - | | | +| 0x4F3 | XamAppAllocateInterappWorkspaceEx | function | - | | | +| 0x4F4 | XampKioskSetTestMock | function | - | | | +| 0x4F5 | XamNetworkStatusGetInformation | function | - | | | +| 0x4F6 | XamNetworkStatusAddAddress | function | - | | | +| 0x4F7 | XamUserReadUserPreference | function | - | | | +| 0x4F8 | XamUserWriteUserPreference | function | - | | | +| 0x4F9 | XamShowFitnessClearUI | function | - | | | +| 0x4FA | XamFitnessClearAll | function | - | | | +| 0x4FB | XamFitnessGetPrivacySettings | function | - | | | +| 0x4FC | XamWaitForNSAL | function | - | | | +| 0x4FD | XamMarkInternalAccountTrustedOnConsole | function | - | | | +| 0x4FE | XamBackgroundDownloadNetworkStorageGetProgress | function | - | | | +| 0x4FF | XamCopyFile | function | - | | | +| 0x500 | XamMoveFile | function | - | | | +| 0x501 | XamDeleteFile | function | - | | | +| 0x502 | XamUserOverrideGlobalState | function | - | | | +| 0x503 | XamGetAdaptersCollection | function | - | | | +| 0x504 | XampKioskIsSimulationMode | function | - | | | +| 0x505 | XamIsUIThread | function | - | | | +| 0x506 | XamInputSendXenonButtonPress | function | - | | | +| 0x507 | XamDebugGetURISchemeCount | function | - | | | +| 0x508 | XamDebugGetURISchemeInfo | function | - | | | +| 0x509 | XamGetOnlineCountryFromLocale | function | implemented | Locale | xam_locale.cc | +| 0x50A | XTestOnlineIsConnectedToLive | function | - | | | +| 0x50B | XamGetConsoleFriendlyName | function | - | | | +| 0x50C | XamSetConsoleFriendlyName | function | - | | | +| 0x50D | XamGetCountry | function | - | | | +| 0x50E | XamPackageManagerGetFilePathW | function | - | | | +| 0x50F | XamGetCurrentDemand | function | - | | | +| 0x510 | XamCompleteDemand | function | - | | | +| 0x511 | XamDemand | function | - | | | +| 0x512 | XamFormatSystemDateString | function | - | | | +| 0x513 | XamDebugGetBackURI | function | - | | | +| 0x514 | XamIsCurrentTitleIptv | function | - | | | +| 0x515 | XamIsIptvEnabled | function | - | | | +| 0x516 | XamIsDvrRecording | function | - | | | +| 0x517 | XamIptvUninstall | function | - | | | +| 0x518 | XamGetDvrStorage | function | - | | | +| 0x519 | XamSetDvrStorage | function | - | | | +| 0x51A | XamIptvGetServiceName | function | - | | | +| 0x51B | XamNuiHudGetEngagedEnrollmentIndex | function | - | | | +| 0x51C | XamProfileSetCachedWindowsLiveEmail | function | - | | | +| 0x51D | XamProfileGetCachedWindowsLiveEmail | function | - | | | +| 0x51E | XamUserResetSubscriptionType | function | - | | | +| 0x51F | XamLrcSetTitlePort | function | - | | | +| 0x520 | XamLrcVerifyClientId | function | - | | | +| 0x521 | XamLrcEncryptDecryptTitleMessage | function | - | | | +| 0x522 | XamFitnessGetSyncStatus | function | - | | | +| 0x523 | XamFitnessInitializeForOneUser | function | - | | | +| 0x524 | XamFitnessGetSuggestedPrivacySettings | function | - | | | +| 0x525 | XampFitnessLetFireAndForgetsCatchUpInternal | function | - | | | +| 0x526 | XamInputGetFailedConnectionOrBind | function | - | | | +| 0x527 | XuiSceneIsInTransition | function | - | | | +| 0x528 | XamIsOnPrivateNetwork | function | - | | | +| 0x529 | XamInputSetMinMaxAuthDelay | function | - | | | +| 0x52A | XamInputNonControllerGetRawEx | function | sketchy | Input | xam_input.cc | +| 0x52B | XamInputNonControllerSetRawEx | function | sketchy | Input | xam_input.cc | +| 0x52C | XamMarketplaceAcquireFreeContent | function | - | | | +| 0x52D | XamGetClosedCaptioningState | function | - | | | +| 0x52E | XamGetClosedCaptioningSettings | function | - | | | +| 0x52F | XamSetClosedCaptioningState | function | - | | | +| 0x530 | XamLoaderGetLogonTitle | function | - | | | +| 0x531 | XamBeginDemand | function | - | | | +| 0x532 | XamGetErrorStringFromWebService | function | - | | | +| 0x533 | XamGetModernPresenceWorkspaceSize | function | - | | | +| 0x534 | XamGetModernPresence | function | - | | | +| 0x535 | XamGetSingleModernPresence | function | - | | | +| 0x536 | XamGetModernPresenceImageUrl | function | - | | | +| 0x537 | XGetSSLCertBypassEnabled | function | - | | | +| 0x538 | XamIsNetworkCaptivePortal | function | - | | | +| 0x539 | XamShowAndWaitForMessageBoxEx | function | - | | | +| 0x53B | XamGetCurrencyFormat | function | - | | | +| 0x53C | XamFormatCurrency | function | - | | | +| 0x53D | XamReportTLSConnect | function | - | | | +| 0x53E | XamGetXSTSTokenExpiryPeriodMS | function | - | | | +| 0x53F | XamGetUserBalance | function | - | | | +| 0x540 | XamIsGuideDisabled | function | - | | | +| 0x541 | XampCallXAccountTransitionStoredValuePointsToCurrency | function | - | | | +| 0x542 | XampSetMockCallXAccountTransitionStoredValuePointsToCurrency | function | - | | | +| 0x543 | XamShowCsvTransitionUI | function | - | | | +| 0x544 | XamAskUserForCSVDrainagePermission | function | - | | | +| 0x545 | XamIsCSVDrainageSupported | function | - | | | +| 0x56C | XamGetTLSConfig | function | - | | | +| 0x577 | XamGetServiceEndpoint | function | - | | | +| 0x578 | XamReminderGetItems | function | - | | | +| 0x579 | XamReminderClearItems | function | - | | | +| 0x57A | XamReminderItemAdd | function | - | | | +| 0x57B | XamReminderItemRemove | function | - | | | +| 0x57C | XamReminderGetNextItem | function | - | | | +| 0x57D | XamReminderGetModifiedTime | function | - | | | +| 0x57E | XamReminderClearCache | function | - | | | +| 0x57F | XamLrcKeyboardGetInput | function | - | | | +| 0x580 | XamLrcKeyboardGetRequiredBufferSize | function | - | | | +| 0x581 | XamLrcKeyboardRegister | function | - | | | +| 0x582 | XamLrcKeyboardUnregister | function | - | | | +| 0x583 | XamLrcKeyboardUpdateText | function | - | | | +| 0x584 | XamValidateCountry | function | - | | | +| 0x585 | XamGetOnlineCountryString | function | implemented | Locale | xam_locale.cc | +| 0x586 | XamGetCountryString | function | implemented | Locale | xam_locale.cc | +| 0x587 | XamGetLanguageString | function | implemented | Locale | xam_locale.cc | +| 0x588 | XamGetLanguageLocaleString | function | implemented | Locale | xam_locale.cc | +| 0x589 | XamGetOnlineLanguageAndCountryString | function | implemented | Locale | xam_locale.cc | +| 0x58A | XamGetLanguageLocaleFallbackString | function | - | | | +| 0x58B | XamGetOnlineLanguageAndCountry | function | - | | | +| 0x58C | XamGetLanguageTypeface | function | - | | | +| 0x58D | XamGetLanguageTypefacePatch | function | - | | | +| 0x58E | XamGetLocaleString | function | implemented | Locale | xam_locale.cc | +| 0x58F | XamGetLocaleFromOnlineCountry | function | implemented | Locale | xam_locale.cc | +| 0x590 | XamOfflineTimerSetData | function | - | | | +| 0x591 | XamOfflineTimerResume | function | - | | | +| 0x592 | XamOfflineTimerSuspend | function | - | | | +| 0x593 | XamOfflineTimerIsRunning | function | - | | | +| 0x594 | XamOfflineTimerIsEnabled | function | - | | | +| 0x595 | XamOfflineTimerGetTimeRemaining | function | - | | | +| 0x596 | XamOfflineTimerGetContractData | function | - | | | +| 0x597 | XamOfflineTimerInitialize | function | - | | | +| 0x598 | XamOfflineTimerGetData | function | - | | | +| 0x599 | XamPlayToRegister | function | - | | | +| 0x59A | XamPlayToReportPlaybackState | function | - | | | +| 0x59B | XamPlayToUnregister | function | - | | | +| 0x59C | XamShowTFAUI | function | - | | | +| 0x59D | OnReconnect | function | - | | | +| 0x59E | XamGetOnlineCountryFeatures | function | - | | | +| 0x59F | XamLogLocalizationEtx | function | - | | | +| 0x5A0 | XampXAuthIsLocalSocketAllowed | function | - | | | +| 0x5A1 | XamPlayToGetRequest | function | - | | | +| 0x5A2 | XamPlayToCancelGetRequest | function | - | | | +| 0x5A3 | XamPlayToCompleteRequest | function | - | | | +| 0x5A4 | XamFitnessGetTitleSummaries | function | - | | | +| 0x5A5 | XamFitnessGetTitleSummary | function | - | | | +| 0x5A6 | XamOfflineTimerShutdown | function | - | | | +| 0x5A7 | XamFitnessContainsFitnessData | function | - | | | +| 0x5A8 | XamGetLanguageFromOnlineLanguage | function | implemented | Locale | xam_locale.cc | +| 0x5A9 | XamGetOnlineLanguageString | function | implemented | Locale | xam_locale.cc | +| 0x5AA | XamGetCountryFromOnlineCountry | function | implemented | Locale | xam_locale.cc | +| 0x5D7 | XamGetLocaleEx | function | implemented | Locale | xam_locale.cc | +| 0x5D8 | XamOfflineTimerForceQuery | function | - | | | +| 0x5D9 | XamShowCreateProfileUIEx | function | implemented | UserProfiles | xam_ui.cc | +| 0x5DA | XTLGetLanguageV2 | function | - | | | +| 0x5DB | XTLGetLocaleV1 | function | - | | | +| 0x5DC | XamAvatarInitialize | function | stub | Avatars | xam_avatar.cc | +| 0x5DD | XamAvatarShutdown | function | stub | Avatars | xam_avatar.cc | +| 0x5DE | XamAvatarGetManifestLocalUser | function | stub | Avatars | xam_avatar.cc | +| 0x5DF | XamAvatarGetManifestsByXuid | function | stub | Avatars | xam_avatar.cc | +| 0x5E0 | XamAvatarGetAssetsResultSize | function | - | | | +| 0x5E1 | XamAvatarGetAssets | function | stub | Avatars | xam_avatar.cc | +| 0x5E2 | XamAvatarGenerateMipMaps | function | stub | Avatars | xam_avatar.cc | +| 0x5E3 | XamAvatarSetCustomAsset | function | stub | Avatars | xam_avatar.cc | +| 0x5E4 | XamAvatarSetManifest | function | stub | Avatars | xam_avatar.cc | +| 0x5E5 | EnumerateMediaObjects | function | stub | None | xam_enum.cc | +| 0x5E6 | EnumerateMediaObjects_ | function | stub | None | xam_enum.cc | +| 0x5E7 | XamAvatarLoadAnimation | function | stub | Avatars | xam_avatar.cc | +| 0x5E8 | XamAvatarBeginEnumAssets | function | stub | Avatars | xam_avatar.cc | +| 0x5E9 | XamAvatarEndEnumAssets | function | stub | Avatars | xam_avatar.cc | +| 0x5EA | XamAvatarEnumAssets | function | stub | Avatars | xam_avatar.cc | +| 0x5EB | XamAvatarGetMetadataRandom | function | stub | Avatars | xam_avatar.cc | +| 0x5EC | EnumerateMediaObjects_0 | function | stub | None | xam_enum.cc | +| 0x5ED | EnumerateMediaObjects_1 | function | stub | None | xam_enum.cc | +| 0x5EE | XamAvatarGetMetadataSignedOutProfileCount | function | stub | Avatars | xam_avatar.cc | +| 0x5EF | XamAvatarGetMetadataSignedOutProfile | function | stub | Avatars | xam_avatar.cc | +| 0x5F0 | EnumerateMediaObjects_2 | function | - | | | +| 0x5F1 | XamAvatarManifestGetBodyType | function | stub | Avatars | xam_avatar.cc | +| 0x5F2 | XamAvatarGetInstrumentation | function | stub | Avatars | xam_avatar.cc | +| 0x5F3 | XamAvatarGetAssetIcon | function | stub | Avatars | xam_avatar.cc | +| 0x5F4 | XamAvatarWearNow | function | stub | Avatars | xam_avatar.cc | +| 0x5F5 | XamAvatarGetAssetBinary | function | stub | Avatars | xam_avatar.cc | +| 0x5F6 | XamAvatarReinstallAwardedAsset | function | stub | Avatars | xam_avatar.cc | +| 0x5F7 | XamAvatarGetInstalledAssetPackageDescription | function | sketchy | Avatars | xam_avatar.cc | +| 0x5F8 | XamAvatarSetMocks | function | stub | Avatars | xam_avatar.cc | +| 0x5F9 | XamLrcKeyboardValidateTextChange | function | - | | | +| 0x5FA | XamLrcKeyboardApplyTextChange | function | - | | | +| 0x5FB | XamLrcLogSessionSummary | function | - | | | +| 0x5FC | XamLrcLogError | function | - | | | +| 0x60E | XamContentMountInstalledGame | function | - | | | +| 0x60F | XamContentIsGameInstalledToHDD | function | - | | | +| 0x610 | XamContentQueryLicenseInternal | function | - | | | +| 0x611 | XamContentGetDeviceVolumePath | function | stub | Content | xam_content.cc | +| 0x612 | XamContentDeviceCheckUpdates | function | - | | | +| 0x613 | XamContentGetHeaderInternal | function | - | | | +| 0x614 | XamNetworkStorageGetNetworkDevice | function | - | | | +| 0x615 | XamNetworkStorageDeviceHasCacheFile | function | - | | | +| 0x616 | XamNetworkStorageCreateCacheOnDevice | function | - | | | +| 0x617 | XamNetworkStorageDeleteCacheOnDevice | function | - | | | +| 0x618 | XamNetworkStorageGetStatus | function | - | | | +| 0x619 | XamNetworkStorageIsSupportedContentType | function | - | | | +| 0x61A | XamNetworkStorageSetTestMock | function | - | | | +| 0x61B | XamNetworkStorageGetLastSyncTime | function | - | | | +| 0x61C | XamShowNetworkStorageSyncUI | function | - | | | +| 0x61D | XamUserIsLogonPreviewModeEnabled | function | - | | | +| 0x61E | XamUserLockLogonPreviewMode | function | - | | | +| 0x61F | XamUserUnlockLogonPreviewMode | function | - | | | +| 0x620 | XamNetworkStorageIsUserInSync | function | - | | | +| 0x621 | XamNetworkStorageSetUserInSync | function | - | | | +| 0x622 | XamNetworkStorageOnSigninChanged | function | - | | | +| 0x623 | XamNetworkStorageSignInTestMock | function | - | | | +| 0x624 | XamShowFofUI | function | - | | | +| 0x625 | CompareFileTime | function | - | | | +| 0x626 | SetFileTime | function | - | | | +| 0x627 | XamNetworkStorageGetTitleProperties | function | - | | | +| 0x628 | XamNetworkStorageLockFile | function | - | | | +| 0x629 | XamNetworkStorageUserHasPrivilege | function | - | | | +| 0x62A | XamNetworkStorageIsTitleExempt | function | - | | | +| 0x62B | XamContentExistsOnDeviceInternal | function | - | | | +| 0x62C | XamNetworkStorageGetBackingDevice | function | - | | | +| 0x62D | XamNetworkStorageIsEnabledInLiveHive | function | - | | | +| 0x62E | XamNetworkStorageIsCheckingSyncStates | function | - | | | +| 0x62F | XamNetworkStorageUserNeedsToSync | function | - | | | +| 0x630 | XamNetworkStorageGetUserNetworkSyncTime | function | - | | | +| 0x631 | XamNetworkStorageGetUserProperties | function | - | | | +| 0x632 | XamNetworkStorageAppLauncherLaunchIfRunning | function | - | | | +| 0x633 | XamNetworkStorageSetTitleProperties | function | - | | | +| 0x634 | XamNetworkStorageGetUserLastError | function | - | | | +| 0x635 | XamNetworkStorageCheckOutTitle | function | - | | | +| 0x636 | XamNetworkStorageShouldHideFromTitle | function | - | | | +| 0x637 | XamNetworkStorageOnUserSyncChange | function | - | | | +| 0x638 | XamNetworkStorageHasUserEnabledStorage | function | - | | | +| 0x639 | XamContentGetLocalizedDeviceData | function | - | | | +| 0x640 | XamPackageManagerFindPackageContainingIndexedXEX | function | - | | | +| 0x641 | XamPackageManagerReinitialize | function | - | | | +| 0x642 | XamPackageManagerGetAuthoritativeManifestVersion | function | - | | | +| 0x643 | XamGetCurrentSystemOnlineManifestRevision | function | - | | | +| 0x644 | XamPackageManagerDeleteExtendedPartition | function | - | | | +| 0x645 | XamPackageManagerHasExtendedPartition | function | - | | | +| 0x646 | XamPackageManagerGetExperienceMode | function | - | | | +| 0x647 | XamPackageManagerGetFeatureRequiresUpdateStrings | function | - | | | +| 0x648 | XamPackageManagerGetFileSize | function | - | | | +| 0x649 | XampDemandUpdateGetAttributes | function | - | | | +| 0x64A | XampDemandUpdateGetExtendedAttributes | function | - | | | +| 0x64B | XampDemandUpdateGetInstance | function | - | | | +| 0x64C | XampDemandUpdateSetRefreshTestFlags | function | - | | | +| 0x64D | XampDemandUpdateIsRefreshTestFlagSet | function | - | | | +| 0x64E | XampDemandUpdateGetManifestLocalPath | function | - | | | +| 0x64F | XampDemandUpdateRefreshManifest | function | - | | | +| 0x650 | XdfInitialize | function | - | | | +| 0x651 | XdfShutdown | function | - | | | +| 0x652 | XdfGetExpectedDownloadSize | function | - | | | +| 0x653 | XdfGetItem | function | - | | | +| 0x654 | XdfCacheItem | function | - | | | +| 0x655 | XdfLoadXexFromCache | function | - | | | +| 0x656 | XdfLoadXex | function | - | | | +| 0x657 | XdfCancelRequest | function | - | | | +| 0x658 | XdfResumeDelayedItem | function | - | | | +| 0x659 | XdfLaunchNewImageFromCache | function | - | | | +| 0x65A | XampDemandUpdateRefreshManifestDuringLogon | function | - | | | +| 0x65B | XampDemandUpdateCheckOnlineManifestChanged | function | - | | | +| 0x65C | XampDemandUpdateRunCacheCleaner | function | - | | | +| 0x685 | XamUpdateGetTitleUpdateSizeThreshold | function | - | | | +| 0x686 | XamXStudioRequest | function | - | | | +| 0x687 | XamNotifyDelayUIInternal | function | - | | | +| 0x6A4 | XamShowAvatarMiniCreatorUI | function | - | | | +| 0x6A5 | XamShowGoldUpgradeUI | function | - | | | +| 0x6A6 | XamResumeUpdaterUI | function | - | | | +| 0x6A7 | XamShowDirectAcquireUI | function | - | | | +| 0x6A8 | XamShowPaymentOptionsUI | function | - | | | +| 0x6A9 | XamShowMultiplayerUpgradeUI | function | - | | | +| 0x708 | XamGetLiveHiveValueA | function | - | | | +| 0x709 | XamGetLiveHiveValueW | function | - | | | +| 0x70A | XamGetLiveHiveValueDuringLogonAttemptA | function | - | | | +| 0x70B | XamSetUserPresetWindowsLiveCreds | function | - | | | +| 0x70C | XamQueryLiveHiveA | function | - | | | +| 0x70D | XamQueryLiveHiveW | function | stub | None | xam_info.cc | +| 0x70E | XamGetLiveHiveValueDuringLogonAttemptExA | function | - | | | +| 0x70F | XamGetUserPresetWindowsLiveCreds | function | - | | | +| 0x710 | XamGetUserNeedTFA | function | - | | | +| 0x711 | XamSetUserNeedTFA | function | - | | | +| 0x712 | XamGetUserInMemoryWindowsLiveCreds | function | - | | | +| 0x76C | XamDownloadMarketplaceStoresList | function | - | | | +| 0x76D | XamGetStoreFront | function | - | | | +| 0x76E | XamSetStagingMode | function | - | | | +| 0x76F | XamGetStagingMode | function | stub | None | xam_info.cc | +| 0x770 | XamAppGetSessionId | function | - | | | +| 0x771 | XamAccountRecoveryRecoverAllProfileData | function | - | | | +| 0x772 | XamAccountRecoveryGetProgress | function | - | | | +| 0x7D0 | XamDoesOmniNeedConfiguration | function | stub | None | xam_info.cc | +| 0x7D1 | XamFirstRunExperienceShouldRun | function | stub | None | xam_info.cc | +| 0x7D2 | GetProcessHeap | function | - | | | +| 0x7D3 | UnhandledExceptionFilter | function | - | | | +| 0x7D4 | SetUnhandledExceptionFilter | function | - | | | +| 0x7D5 | XamIsOptionalMediaUpdateInstalled | function | - | | | +| 0x7D6 | XamShowOptionalMediaUpdateRequiredUI | function | - | | | +| 0x7D7 | XamShowOptionalMediaUpdateRequiredUIEx | function | - | | | +| 0x7D8 | XamShowFirstRunWelcomeUI | function | - | | | +| 0x7D9 | XamTaskCreateQueueEx | function | - | | | +| 0x7DA | XamSetDashBackstackData | function | - | | | +| 0x7DB | XamLaunchAvatarEditor | function | - | | | +| 0x7DC | XamGetDashBackstackData | function | implemented | None | xam_info.cc | +| 0x7DD | XamGetDashBackstackNodesCount | function | - | | | +| 0x7DE | XamSetLastActiveUserData | function | - | | | +| 0x7DF | XamGetLastActiveUserData | function | - | | | +| 0x7E0 | XamSetActiveDashAppInfo | function | implemented | None | xam_info.cc | +| 0x7E1 | XamGetActiveDashAppInfo | function | implemented | None | xam_info.cc | +| 0x7E2 | XamLoaderRegisterLaunchRequestCallback | function | - | | | +| 0x7E3 | XamLoadExtraAVCodecs2 | function | - | | | +| 0x7E4 | XamUnloadExtraAVCodecs2 | function | - | | | +| 0x802 | XamUserCreateAvatarAssetEnumerator | function | - | | | +| 0x803 | XamInitializeGameTileCache | function | - | | | +| 0x804 | XamDestroyGameTileCache | function | - | | | +| 0x805 | XamReadGameTileImage | function | - | | | +| 0x806 | XamShouldThrottleAccountInfoCall | function | - | | | +| 0x807 | XuiClassDerivesFrom | function | - | | | +| 0x808 | XuiFreeVisuals | function | - | | | +| 0x809 | XuiGetBaseClass | function | - | | | +| 0x80A | XuiLoadVisualFromBinary | function | - | | | +| 0x80B | XuiResourceGetBuffer | function | - | | | +| 0x80C | XuiResourceGetTotalSize | function | - | | | +| 0x80D | XuiElementGetUserData | function | - | | | +| 0x80E | XuiElementSetUserData | function | - | | | +| 0x80F | XuiTabSceneGetCount | function | - | | | +| 0x810 | XuiSliderGetStep | function | - | | | +| 0x811 | XuiSliderSetStep | function | - | | | +| 0x812 | XuiProgressBarGetRange | function | - | | | +| 0x813 | XuiElementSetHittable | function | - | | | +| 0x814 | XuiElementPlayNamedFrames | function | - | | | +| 0x815 | XuiElementGetPivot | function | - | | | +| 0x816 | XuiElementGetPrev | function | - | | | +| 0x817 | XuiElementGetScale | function | - | | | +| 0x818 | XuiElementSetPivot | function | - | | | +| 0x819 | XuiElementSetRotation | function | - | | | +| 0x81A | XuiElementSetScale | function | - | | | +| 0x81B | XuiControlWantsUnfocusedInput | function | - | | | +| 0x81C | XuiResourceOpenNoLoc | function | - | | | +| 0x81D | XuiResourceReleasePackage | function | - | | | +| 0x81E | XuiResourceGetPackageEntryInfo | function | - | | | +| 0x81F | XuiResourceGetPackageEntryCount | function | - | | | +| 0x820 | XuiResourceOpenPackage | function | - | | | +| 0x821 | XamCodeCoverageFileOpen | function | - | | | +| 0x822 | XamCodeCoverageFileClose | function | - | | | +| 0x823 | XamCodeCoverageFileLseek | function | - | | | +| 0x824 | XamCodeCoverageFileRead | function | - | | | +| 0x825 | XamCodeCoverageFileWrite | function | - | | | +| 0x826 | Refresh_1 | function | - | | | +| 0x827 | XampHeapGetInfo | function | - | | | +| 0x828 | XampHeapGetCount | function | - | | | +| 0x829 | XamShowPamUI | function | - | | | +| 0x82A | XuiElementLayoutTree | function | - | | | +| 0x82B | XamRegisterScreenSaverCallback | function | - | | | +| 0x82C | XUIElementPropVal_SetInt | function | - | | | +| 0x82D | XUIElementPropVal_SetFloat | function | - | | | +| 0x82E | XuiObjectGetPropertyDef | function | - | | | +| 0x82F | XuiRenderGetDevice | function | - | | | +| 0x830 | XuiRenderRestoreState | function | - | | | +| 0x831 | XuiElementGetFullXForm | function | - | | | +| 0x832 | XuiRenderGetViewTransform | function | - | | | +| 0x833 | XuiRenderGetColorSpace | function | - | | | +| 0x834 | XamPngEncode | function | - | | | +| 0x835 | XamPngDecode | function | - | | | +| 0x836 | XamPngEncodeEx | function | - | | | +| 0x837 | XuiTextElementMeasureText | function | - | | | +| 0x838 | XamLoaderShouldConfirmReboot | function | - | | | +| 0x839 | XamLoaderRebootToDash | function | - | | | +| 0x83A | XamNuiHudGetEngagedTrackingID | function | implemented | None | xam_nui.cc | +| 0x83B | XamLoaderLaunchTitleForReason | function | - | | | +| 0x83C | XamNuiHudSetEngagedTrackingID | function | implemented | None | xam_nui.cc | +| 0x83D | XuiBrushGetTexture | function | - | | | +| 0x83E | XamSetupTexture | function | - | | | +| 0x83F | XuiElementGetDescendantById | function | - | | | +| 0x840 | XamLoaderIsKinectUIPreferredForLogonTitle | function | - | | | +| 0x841 | XamSetupCameraPreviewStuff | function | - | | | +| 0x842 | XamReleaseCameraPreviewStuff | function | - | | | +| 0x843 | XamRenderCameraPreviewStuff | function | - | | | +| 0x848 | XamAccountRecoveryGetSetTitleSyncTime | function | - | | | +| 0x849 | XamReadBiometricData | function | - | | | +| 0x84A | XamWriteBiometricData | function | - | | | +| 0x84B | XamD3DResourceDescriptorCreate | function | - | | | +| 0x84C | XamD3DResourceDescriptorAddRef | function | - | | | +| 0x84D | XamD3DResourceDescriptorRelease | function | - | | | +| 0x84E | XamD3DResourceAddRef | function | - | | | +| 0x84F | XamD3DResourceSet | function | - | | | +| 0x850 | XamD3DResourceIsBusy | function | - | | | +| 0x851 | XamD3DResourceRelease | function | - | | | +| 0x852 | ControlPackGetCursorPosition | function | - | | | +| 0x853 | ControlPackShouldShowCursor | function | - | | | +| 0x858 | XamFlushAgraTemperatureReport | function | - | | | +| 0x859 | XamNatalDeviceAudioCalibrate | function | - | | | +| 0x85A | XamNuiIdentityGetEnrollmentInfo | function | - | | | +| 0x85B | XamNuiIdentityUnenroll | function | - | | | +| 0x85C | XamNuiIdentityGetColorTexture | function | - | | | +| 0x85D | XamReportKinectSettingsChangedEvent | function | - | | | +| 0x85E | XamNuiEnableChatMic | function | - | | | +| 0x85F | XamNuiIsChatMicEnabled | function | implemented | None | xam_nui.cc | +| 0x860 | XamNuiGetDepthCalibration | function | stub | None | xam_nui.cc | +| 0x861 | XamNuiStoreDepthCalibration | function | - | | | +| 0x862 | XamUserNuiIsBiometricEnabled | function | - | | | +| 0x863 | XamUserNuiEnableBiometric | function | stub | None | xam_nui.cc | +| 0x864 | XamNuiCameraSetFlags | function | stub | None | xam_nui.cc | +| 0x865 | XamNuiCameraRememberFloor | function | - | | | +| 0x866 | XamUserNuiGetUserIndexForBind | function | stub | None | xam_nui.cc | +| 0x867 | XamUserNuiGetUserIndexForSignin | function | implemented | None | xam_nui.cc | +| 0x868 | XamUserNuiBind | function | - | | | +| 0x869 | XamUserNuiGetUserIndex | function | stub | None | xam_nui.cc | +| 0x86A | XamUserNuiGetEnrollmentIndex | function | - | | | +| 0x86B | XamUserNuiUnbind | function | - | | | +| 0x86C | XamNuiIdentityGetQualityFlagsMessage | function | - | | | +| 0x86D | XamNuiCameraTiltSetCallback | function | - | | | +| 0x86E | XamNuiHudIsEnabled | function | implemented | None | xam_nui.cc | +| 0x86F | XamNuiCameraGetTiltControllerType | function | stub | None | xam_nui.cc | +| 0x870 | XamNuiCameraTiltGetStatus | function | stub | None | xam_nui.cc | +| 0x871 | XamNuiIdentityGetQualityFlags | function | - | | | +| 0x872 | XamNuiIdentityEnrollForSignIn | function | stub | None | xam_nui.cc | +| 0x873 | XamNuiIdentityGetSessionId | function | implemented | None | xam_nui.cc | +| 0x874 | XamNuiIdentityIdentifyWithBiometric | function | - | | | +| 0x875 | ControlPackGetHandleManager | function | - | | | +| 0x876 | XamEnableNuiAutomation | function | - | | | +| 0x877 | XamNuiGetSystemGestureControl | function | - | | | +| 0x878 | XamGetPasscodeKeyFromVirtualKey | function | - | | | +| 0x879 | XamEnableNatalPlayback | function | - | | | +| 0x87A | XamIsNuiAutomationEnabled | function | stub | None | xam_nui.cc | +| 0x87B | XamIsNatalPlaybackEnabled | function | stub | None | xam_nui.cc | +| 0x87C | XamNuiHudInterpretFrame | function | - | | | +| 0x87D | XamNuiHudEnableInputFilter | function | - | | | +| 0x87E | ControlpackNuiCursorSetTrackingId | function | - | | | +| 0x87F | XamNuiHudGetInitializeFlags | function | implemented | None | xam_nui.cc | +| 0x880 | XamNuiCameraElevationSetAngle | function | - | | | +| 0x881 | XamNuiCameraElevationGetAngle | function | stub | None | xam_nui.cc | +| 0x882 | XamNuiCameraElevationAutoTilt | function | - | | | +| 0x883 | XamNuiCameraElevationStopMovement | function | - | | | +| 0x884 | XamNuiCameraElevationSetCallback | function | - | | | +| 0x885 | XamNuiGetDeviceStatus | function | stub | None | xam_nui.cc | +| 0x886 | XamNuiNatalCameraUpdateStarting | function | - | | | +| 0x887 | XamNuiNatalCameraUpdateComplete | function | - | | | +| 0x888 | XamNuiHudGetVersions | function | implemented | None | xam_nui.cc | +| 0x889 | XamGetHUDElementByPath | function | - | | | +| 0x88A | XamGetHUDElementByAutoId | function | - | | | +| 0x88B | XuiElementGetScreenPositionCenter | function | - | | | +| 0x88C | XamNuiCameraElevationReverseAutoTilt | function | - | | | +| 0x88D | ControlPackSimpleCursorGetRayFromScreenPosition | function | - | | | +| 0x88E | ControlPackSideNavControlGetNuiHandle | function | - | | | +| 0x88F | XamFindHUDElementByXuiId | function | - | | | +| 0x890 | XamNuiIsDeviceReady | function | implemented | None | xam_nui.cc | +| 0x891 | XamNuiSetForceDeviceOff | function | - | | | +| 0x892 | XamNuiPlayerEngagementUpdate | function | stub | None | xam_nui.cc | +| 0x893 | XamNuiSkeletonGetBestSkeletonIndex | function | stub | None | xam_nui.cc | +| 0x894 | XamNuiSkeletonScoreUpdate | function | - | | | +| 0x895 | XamNuiCameraTiltReportStatus | function | - | | | +| 0x896 | XamNuiCameraAdjustTilt | function | - | | | +| 0x897 | XamNuiIdentityAbort | function | stub | None | xam_nui.cc | +| 0x898 | D3DDevice_CreateVertexShader | function | - | | | +| 0x899 | D3DDevice_CreatePixelShader | function | - | | | +| 0x89A | D3DDevice_CreateTexture | function | - | | | +| 0x89B | D3DDevice_CreateVertexBuffer | function | - | | | +| 0x89C | D3DDevice_CreateIndexBuffer | function | - | | | +| 0x89D | D3DDevice_CreateVertexDeclaration | function | - | | | +| 0x89E | D3DVertexBuffer_Unlock | function | - | | | +| 0x89F | D3DVertexBuffer_Lock | function | - | | | +| 0x8A0 | D3DIndexBuffer_Unlock | function | - | | | +| 0x8A1 | D3DIndexBuffer_Lock | function | - | | | +| 0x8A2 | D3DTexture_UnlockRect | function | - | | | +| 0x8A3 | D3DTexture_LockRect | function | - | | | +| 0x8A4 | D3DDevice_Clear | function | - | | | +| 0x8A5 | D3DDevice_SetViewport | function | - | | | +| 0x8A6 | D3DDevice_GetViewport | function | - | | | +| 0x8A7 | D3DVertexShader_Release | function | - | | | +| 0x8A8 | D3DPixelShader_Release | function | - | | | +| 0x8A9 | D3DVertexDeclaration_Release | function | - | | | +| 0x8AA | D3DResource_Release | function | - | | | +| 0x8AB | D3DDevice_Release | function | - | | | +| 0x8AC | D3DDevice_SetVertexShader | function | - | | | +| 0x8AD | D3DDevice_SetPixelShader | function | - | | | +| 0x8AE | D3DDevice_SetTexture | function | - | | | +| 0x8AF | D3DDevice_SetVertexDeclaration | function | - | | | +| 0x8B0 | D3DDevice_SetIndices | function | - | | | +| 0x8B1 | D3DDevice_SetStreamSource | function | - | | | +| 0x8B2 | D3DDevice_DrawVertices | function | - | | | +| 0x8B3 | D3DDevice_DrawVerticesUP | function | - | | | +| 0x8B4 | D3DDevice_DrawIndexedVertices | function | - | | | +| 0x8B5 | D3DDevice_DrawIndexedVerticesUP | function | - | | | +| 0x8B6 | D3DDevice_SetVertexShaderConstantF_ParameterCheck | function | - | | | +| 0x8B7 | D3DDevice_SetPixelShaderConstantF_ParameterCheck | function | - | | | +| 0x8B8 | D3DDevice_SetSamplerState_ParameterCheck | function | - | | | +| 0x8B9 | D3DDevice_SetRenderState_ParameterCheck | function | - | | | +| 0x8BA | D3DDevice_GetRenderState_ParameterCheck | function | - | | | +| 0x8BB | D3DDevice_SetVertexShaderConstantFN | function | - | | | +| 0x8BC | D3DDevice_SetPixelShaderConstantFN | function | - | | | +| 0x8BD | D3DDevice_GetRenderState_ZEnable | function | - | | | +| 0x8BE | D3DDevice_GetRenderState_CullMode | function | - | | | +| 0x8BF | D3DDevice_GetRenderState_AlphaBlendEnable | function | - | | | +| 0x8C0 | D3DDevice_GetRenderState_SrcBlendAlpha | function | - | | | +| 0x8C1 | D3DDevice_GetRenderState_DestBlendAlpha | function | - | | | +| 0x8C2 | D3DDevice_GetRenderState_BlendOp | function | - | | | +| 0x8C3 | D3DDevice_GetRenderState_ViewportEnable | function | - | | | +| 0x8C4 | D3DDevice_SetRenderState_ZEnable | function | - | | | +| 0x8C5 | D3DDevice_SetRenderState_CullMode | function | - | | | +| 0x8C6 | D3DDevice_SetRenderState_AlphaBlendEnable | function | - | | | +| 0x8C7 | D3DDevice_SetRenderState_SrcBlendAlpha | function | - | | | +| 0x8C8 | D3DDevice_SetRenderState_DestBlendAlpha | function | - | | | +| 0x8C9 | D3DDevice_SetRenderState_BlendOp | function | - | | | +| 0x8CA | D3DDevice_SetRenderState_ViewportEnable | function | - | | | +| 0x8CB | D3DDevice_SetSamplerState_MagFilter | function | - | | | +| 0x8CC | D3DDevice_SetSamplerState_MinFilter | function | - | | | +| 0x8CD | D3DDevice_SetSamplerState_AddressU | function | - | | | +| 0x8CE | D3DDevice_SetSamplerState_AddressV | function | - | | | +| 0x8CF | XGSetTextureHeader | function | - | | | +| 0x8D0 | XGGetTextureDesc | function | - | | | +| 0x8D1 | XGOffsetResourceAddress | function | - | | | +| 0x8D2 | D3DResource_AddRef | function | - | | | +| 0x8D3 | D3DVertexShader_AddRef | function | - | | | +| 0x8D4 | D3DPixelShader_AddRef | function | - | | | +| 0x8D5 | D3DVertexDeclaration_AddRef | function | - | | | +| 0x8D6 | XGSetTextureHeaderEx | function | - | | | +| 0x8D7 | D3DDevice_GetRenderTarget | function | - | | | +| 0x8D8 | D3DDevice_SetRenderTarget | function | - | | | +| 0x8D9 | D3DDevice_GetDepthStencilSurface | function | - | | | +| 0x8DA | D3DDevice_SetDepthStencilSurface | function | - | | | +| 0x8DB | D3DDevice_Resolve | function | - | | | +| 0x8DC | D3DDevice_SetPixelShaderConstantB | function | - | | | +| 0x8DD | XamNuiGetDeviceSerialNumber | function | - | | | +| 0x8DE | XamNuiGetLoadedDepthCalibration | function | - | | | +| 0x8DF | XamNuiGetTrueColorInfo | function | - | | | +| 0x8E0 | XamNuiGetCameraIntrinsics | function | - | | | +| 0x8E1 | XamNuiGetFanRate | function | - | | | +| 0x8E2 | XamNuiGetSupportString | function | - | | | +| 0x8E3 | XamKinectGetHardwareType | function | - | | | +| 0x8FC | XamXtwManagerGetVariableCount | function | - | | | +| 0x8FD | XamXtwManagerGetId | function | - | | | +| 0x8FE | XamXtwManagerGetValue | function | - | | | +| 0x8FF | XamXtwManagerSetValue | function | - | | | +| 0x900 | XamXtwManagerIncrement | function | - | | | +| 0x901 | XamXtwManagerDecrement | function | - | | | +| 0x902 | XamXtwManagerResetValue | function | - | | | +| 0x903 | XamXtwManagerResetAll | function | - | | | +| 0x904 | XamXtwManagerGetDataFilePath | function | - | | | +| 0x905 | XamXtwManagerDeleteDataFile | function | - | | | +| 0x906 | XamXtwManagerSave | function | - | | | +| 0x907 | XamXtwManagerLoad | function | - | | | +| 0x908 | XamGetXTweakManager | function | - | | | +| 0x9BB | XamMediaVerificationCreate | function | stub | None | xam_media.cc | +| 0x9BC | XamMediaVerificationClose | function | stub | None | xam_media.cc | +| 0x9BD | XamMediaVerificationVerify | function | stub | None | xam_media.cc | +| 0x9BE | XamMediaVerificationFailedBlocks | function | stub | None | xam_media.cc | +| 0x9BF | XamMediaVerificationInject | function | stub | None | xam_media.cc | +| 0x9C0 | XamShowBadDiscErrorUI | function | - | | | +| 0x9C4 | XamBackgroundDownloadSetMode | function | - | | | +| 0x9C5 | XamBackgroundDownloadIsEnabled | function | - | | | +| 0x9C6 | XamBackgroundDownloadGetActiveItem | function | - | | | +| 0x9C7 | XamBackgroundDownloadGetItems | function | - | | | +| 0x9C8 | XamBackgroundDownloadClearItems | function | - | | | +| 0x9C9 | XamBackgroundDownloadItemAdd | function | - | | | +| 0x9CA | XamBackgroundDownloadItemRemove | function | - | | | +| 0x9CB | XamBackgroundDownloadItemMakeFirst | function | - | | | +| 0x9CC | XamBackgroundDownloadSetForegroundPriority | function | - | | | +| 0x9CD | XamBackgroundDownloadGetForegroundPriority | function | - | | | +| 0x9CE | XamBackgroundDownloadItemToContentData | function | - | | | +| 0x9CF | XamBackgroundDownloadItemGetStatus | function | - | | | +| 0x9D0 | XamBackgroundDownloadHistoryGetItem | function | - | | | +| 0x9D1 | XamBackgroundDownloadItemGetHistoryStatus | function | - | | | +| 0x9D2 | XamBackgroundDownloadItemSetHistoryStatus | function | - | | | +| 0x9D3 | XamBackgroundDownloadItemGetStatusAsync | function | - | | | +| 0x9D4 | XamBackgroundDownloadItemGetStatusEx | function | - | | | +| 0x9D5 | XamBackgroundDownloadItemGetHistoryStatusEx | function | - | | | +| 0x9D6 | XamBackgroundDownloadBindItems | function | - | | | +| 0x9D7 | XamBackgroundDownloadSetPollingActive | function | - | | | +| 0x9D8 | XamBackgroundDownloadGetPollingActive | function | - | | | +| 0x9D9 | XamBackgroundDownloadGetMode | function | - | | | +| 0x9DA | XamBackgroundDownloadGetUnexpectedChangeCount | function | - | | | +| 0x9DB | XamBackgroundDownloadIsItemForThisConsole | function | - | | | +| 0x9DC | XamBackgroundDownloadSelectDevice | function | - | | | +| 0x9DD | XamBackgroundDownloadItemModify | function | - | | | +| 0x9DE | XamBackgroundDownloadCacheLegacyMappingInfo | function | - | | | +| 0x9DF | XamBackgroundDownloadGetLegacyMappingInfo | function | - | | | +| 0x9E0 | XamBackgroundDownloadGetLegacyId | function | - | | | +| 0x9E1 | XamBackgroundDownloadDoFail | function | - | | | +| 0x9E2 | XamDownloadSingleItem | function | - | | | +| 0x9E3 | XamDownloadInSingleItemMode | function | - | | | +| 0xA28 | XamSwapDisc | function | sketchy | Content | xam_content.cc | +| 0xA29 | XamSwapDiscPatchAddress | variable | - | | | +| 0xA2A | XamSwapCancel | function | - | | | +| 0xA2B | XamContentSetAttributes | function | - | | | +| 0xA32 | XamRamDriveCreate | function | - | | | +| 0xA33 | XamRamDriveDestroy | function | - | | | +| 0xA5A | XamPlayTimerGetData | function | - | | | +| 0xA5B | XamPlayTimerSetData | function | - | | | +| 0xA5C | XamPlayTimerResume | function | - | | | +| 0xA5D | XamPlayTimerSuspend | function | - | | | +| 0xA5E | XamPlayTimerIsRunning | function | - | | | +| 0xA5F | XamPlayTimerIsEnabled | function | - | | | +| 0xA60 | XamPlayTimerGetNextResetDate | function | - | | | +| 0xA61 | XamPlayTimerFormatDurationString | function | - | | | +| 0xA62 | XamPlayTimerGetTimeRemaining | function | - | | | +| 0xA63 | XamPlayTimerUpdateTimeRemaining | function | - | | | +| 0xA64 | XamPlayTimerForceNotification | function | - | | | +| 0xA65 | XamPlayTimerRefreshResetDate | function | - | | | +| 0xA66 | XuiResourceOpenAndVerifyNoLoc | function | - | | | +| 0xA6E | UpnpAVServerSearchInitialize | function | - | | | +| 0xA6F | UpnpAVServerSearchDestroy | function | - | | | +| 0xA70 | UpnpAVServerSearchStart | function | - | | | +| 0xA71 | Destroy | function | - | | | +| 0xA72 | UpnpAVServerSearchDoWork | function | - | | | +| 0xA73 | UpnpAVServerSearchGetNextServer | function | - | | | +| 0xA8C | XCustomBroadcastGamercardEvent | function | - | | | +| 0xA8D | XamCustomGetCurrentActions | function | - | | | +| 0xAA0 | XamInstrumentationLogEvent | function | - | | | +| 0xAA1 | XamRegisterSMCNotification | function | - | | | +| 0xAA8 | XamIsScreenSaverActive | function | - | | | +| 0xAAA | XamInstrumentationLogEventEx | function | - | | | +| 0xAAB | XamInstrumentationGetSourceConfig | function | - | | | +| 0xAAC | XamInstrumentationDebugConfig | function | - | | | +| 0xADC | CurlCreateCacheEntry | function | - | | | +| 0xADD | CurlOpenCacheEntry | function | - | | | +| 0xADE | CurlSetCacheEntryExpireTime | function | - | | | +| 0xADF | CurlReadCacheEntryHeaders | function | - | | | +| 0xAE0 | CurlReadCacheEntryContent | function | - | | | +| 0xAE1 | CurlWriteCacheEntryContent | function | - | | | +| 0xAE2 | CurlCloseCacheEntry | function | - | | | +| 0xAE3 | CurlEnumerateCacheEntry | function | - | | | +| 0xAE5 | CurlWipeBackingFiles | function | - | | | +| 0xAE6 | CurlBindFunctionTable | function | - | | | +| 0xAE7 | CurlOpenTitleBackingFile | function | - | | | +| 0xAEA | XamUserIsPartialProfile | function | - | | | +| 0xAEB | XamLocateTitle | function | - | | | +| 0xAEC | XamProfileGetLocalTitleCount | function | - | | | +| 0xAED | XamContentRemoveCacheDevice | function | - | | | +| 0xAEE | XamContentAddCacheDevice | function | - | | | +| 0xAF0 | XamSetSecurityViolationDetected | function | - | | | +| 0xAF1 | XamIsSecurityViolationDetected | function | - | | | +| 0xAF2 | XamIsAnySecurityViolationDetected | function | - | | | +| 0xAF3 | XamGetSecurityViolationsDetected | function | - | | | +| 0xAF4 | XamActivateCounterMeasure | function | - | | | +| 0xAF5 | XamDeactivateCounterMeasure | function | - | | | +| 0xAF6 | XamIsCounterMeasureActivated | function | - | | | +| 0xAF7 | XamGetActiveCounterMeasures | function | - | | | +| 0xAF8 | XamPmdIdentify | function | - | | | +| 0xAF9 | XamPmdSendCommand | function | - | | | +| 0xAFA | XamPmdReadReport | function | - | | | +| 0xAFC | XamPartyCreate | function | - | | | +| 0xAFD | XamPartyLeave | function | - | | | +| 0xAFE | XamPartySendInviteDeprecated | function | - | | | +| 0xAFF | XamPartyGetUserList | function | stub | None | xam_party.cc | +| 0xB00 | XamPartySendGameInvites | function | stub | None | xam_party.cc | +| 0xB01 | XamPartyJoin | function | - | | | +| 0xB02 | XamPartyKickUser | function | - | | | +| 0xB03 | XamPartyAddLocalUsers | function | - | | | +| 0xB04 | XamConvertEmoticons | function | - | | | +| 0xB05 | XamGetLocaleTimeFormat | function | - | | | +| 0xB06 | XamPartyRemoveLocalUsers | function | - | | | +| 0xB07 | XamPartyGetUserListInternal | function | - | | | +| 0xB08 | XamPartySetJoinable | function | - | | | +| 0xB09 | XamPartyGetJoinable | function | - | | | +| 0xB0A | XamPartyGetInfo | function | - | | | +| 0xB0B | XamPartySetCustomData | function | stub | None | xam_party.cc | +| 0xB0C | XamPartySetConnectivityGraph | function | - | | | +| 0xB0D | XamPartyGetRoutingTable | function | - | | | +| 0xB0E | XamPartyAutomationInprocCall | function | - | | | +| 0xB0F | XamPartyGetState | function | - | | | +| 0xB10 | XamPartyGetBandwidth | function | stub | None | xam_party.cc | +| 0xB11 | XamPartyGetNetworkCounters | function | - | | | +| 0xB12 | XamShowQuickLaunchUI | function | - | | | +| 0xB13 | XamPartyIsCoordinator | function | - | | | +| 0xB14 | XamPartyGetFormation | function | - | | | +| 0xB15 | XamPartySendInvite | function | - | | | +| 0xB16 | XamPartySetTestDelay | function | - | | | +| 0xB17 | XamPartyOverrideNatType | function | - | | | +| 0xB18 | XamPartyGetAccessLevel | function | - | | | +| 0xB19 | XamPartySetTestFlags | function | - | | | +| 0xB1A | XamIsSystemExperienceTitleId | function | implemented | None | xam_info.cc | +| 0xB1B | XamPartyJoinEx | function | - | | | +| 0xB1C | XamPartyGetInfoEx | function | - | | | +| 0xB20 | XamIsCurrentTitleDatacenterClient | function | - | | | +| 0xB22 | XamTaskSetCancelSubTasks | function | - | | | +| 0xB23 | XamTaskGetCompletionStatus | function | - | | | +| 0xB24 | XamTaskCancelWaitAndCloseWaitTask | function | - | | | +| 0xB27 | XamDataCenterLog | function | - | | | +| 0xB28 | XamDataCenterGetDhcpOptionResponseHostnameAndPort | function | - | | | +| 0xB29 | XamDataCenterLogEvent | function | - | | | +| 0xB2A | XamDataCenterShowForceSignInMessage | function | - | | | +| 0xB2C | XamWebInstrumentationCreateReport | function | - | | | +| 0xB2D | XamWebInstrumentationSetUserVar | function | - | | | +| 0xB2E | XamWebInstrumentationSetUserVarNoEscape | function | - | | | +| 0xB2F | XamWebInstrumentationGetURL | function | - | | | +| 0xB30 | XamWebInstrumentationSendReport | function | - | | | +| 0xB31 | XamWebInstrumentationDestroyReport | function | - | | | +| 0xB32 | XamWebInstrumentationCreateSampledReport | function | - | | | +| 0xB33 | XampSetSamplingRandomValue | function | - | | | +| 0xB34 | XampWebInstrumentationSetProfileCounts | function | stub | UserProfiles | xam_info.cc | +| 0xB35 | XamWebInstrumentationGetURLEx | function | - | | | +| 0xB36 | XampSetOmnitureCallbackFunction | function | - | | | +| 0xB37 | XamShowQuickChatUIp | function | - | | | +| 0xB38 | XamShowSocialPostUI | function | - | | | +| 0xB39 | XamShowBeaconsUI | function | - | | | +| 0xB3A | XamShowMarketplacePurchaseOrderUI | function | - | | | +| 0xB3B | XamShowMarketplaceGetOrderReceipts | function | - | | | +| 0xB3C | XamShowGenericOnlineAppUI | function | - | | | +| 0xB3D | XamUserAllowedToPostToSocialNetwork | function | - | | | +| 0xB3E | XamShowMarketplacePurchaseOrderUIEx | function | - | | | +| 0xB3F | DebugXamShowMessageBoxUI_Wait | function | - | | | +| 0xB43 | XamSetCountry | function | - | | | +| 0xB44 | XamIsCurrentTitleDatacenterDash | function | - | | | +| 0xB45 | XamLoaderRebootToServerDash | function | - | | | +| 0xB46 | XamIsDataCenterMode | function | - | | | +| 0xB48 | XamUserGetXUIDForTFA | function | - | | | +| 0xB4A | XamVerifyXSignerSignature | function | - | | | + +## xbdm (xbdm.xex) + +Total: 255 | Implemented: 9 | Stub: 23 | Sketchy: 3 | Not implemented: 220 + +| Ordinal | Name | Type | Status | Category | Source | +|--------:|------|------|--------|----------|--------| +| 0x001 | DmAllocatePool | function | implemented | Debug | xbdm_misc.cc | +| 0x002 | DmAllocatePoolWithTag | function | - | | | +| 0x003 | DmCloseCounters | function | - | | | +| 0x004 | DmCloseLoadedModules | function | stub | Debug | xbdm_misc.cc | +| 0x005 | DmCloseModuleSections_ | function | - | | | +| 0x006 | DmCloseNotificationSession | function | - | | | +| 0x007 | DmClosePerformanceCounter | function | - | | | +| 0x008 | DmContinueThread | function | - | | | +| 0x009 | DmFreePool | function | implemented | Debug | xbdm_misc.cc | +| 0x00A | DmGetMemory | function | implemented | Debug | xbdm_misc.cc | +| 0x00B | DmGetModuleLongName | function | - | | | +| 0x00C | DmGetProcAddress | function | - | | | +| 0x00D | DmGetThreadContext | function | - | | | +| 0x00F | DmGetThreadList | function | implemented | Debug | xbdm_misc.cc | +| 0x010 | DmGetXbeInfo | function | stub | Debug | xbdm_misc.cc | +| 0x011 | DmGetXboxName | function | implemented | Debug | xbdm_misc.cc | +| 0x013 | DmGo | function | - | | | +| 0x014 | DmHaltThread | function | - | | | +| 0x015 | DmIsDebuggerPresent | function | stub | Debug | xbdm_misc.cc | +| 0x016 | DmIsThreadStopped | function | - | | | +| 0x017 | DmLoadExtension | function | - | | | +| 0x018 | DmNotify | function | stub | Debug | xbdm_misc.cc | +| 0x019 | DmOpenNotificationSession | function | stub | Debug | xbdm_misc.cc | +| 0x01A | DmOpenPerformanceCounter | function | - | | | +| 0x01B | DmQueryPerformanceCounterHandle | function | - | | | +| 0x01C | DmReboot | function | - | | | +| 0x01E | DmRegisterCommandProcessor | function | stub | Debug | xbdm_misc.cc | +| 0x020 | DmRegisterNotificationProcessor | function | - | | | +| 0x021 | DmRegisterPerformanceCounter | function | - | | | +| 0x022 | DmRemoveBreakpoint | function | - | | | +| 0x023 | DmResumeThread | function | implemented | Debug | xbdm_misc.cc | +| 0x024 | DmSendNotificationString | function | stub | Debug | xbdm_misc.cc | +| 0x025 | DmSetBreakpoint | function | - | | | +| 0x026 | DmSetDataBreakpoint | function | - | | | +| 0x027 | DmSetInitialBreakpoint | function | - | | | +| 0x028 | DmSetMemory | function | implemented | Debug | xbdm_misc.cc | +| 0x029 | DmSetThreadContext | function | - | | | +| 0x02A | DmSetTitle | function | - | | | +| 0x02B | DmSetXboxName | function | - | | | +| 0x02D | DmStop | function | - | | | +| 0x02E | DmStopOn | function | - | | | +| 0x030 | DmSuspendThread | function | implemented | Debug | xbdm_misc.cc | +| 0x031 | DmThreadUserData | function | - | | | +| 0x032 | DmUnloadExtension | function | - | | | +| 0x033 | DmWalkLoadedModules | function | stub | Debug | xbdm_misc.cc | +| 0x034 | DmWalkModuleSections | function | - | | | +| 0x035 | DmWalkPerformanceCounters | function | - | | | +| 0x037 | DmCloseCounters_0 | function | - | | | +| 0x038 | DmIsBreakpoint | function | - | | | +| 0x039 | DmCloseCounters_1 | function | - | | | +| 0x03A | DmSetUserAccess | function | - | | | +| 0x03B | DmGetUserAccess | function | - | | | +| 0x03C | DmWalkUserList | function | - | | | +| 0x03D | DmAddUser | function | - | | | +| 0x03E | DmEnableSecurity | function | - | | | +| 0x03F | DmIsSecurityEnabled | function | - | | | +| 0x040 | DmRemoveUser | function | - | | | +| 0x041 | __CAP_Start_Profiling | function | stub | Debug | xbdm_misc.cc | +| 0x042 | __CAP_End_Profiling | function | stub | Debug | xbdm_misc.cc | +| 0x046 | __CAP_Enter_Function | function | stub | Debug | xbdm_misc.cc | +| 0x047 | __CAP_Exit_Function | function | stub | Debug | xbdm_misc.cc | +| 0x048 | DmRegisterCommandProcessorEx | function | stub | Debug | xbdm_misc.cc | +| 0x049 | DmStartProfiling | function | stub | Debug | xbdm_misc.cc | +| 0x04A | DmStopProfiling | function | stub | Debug | xbdm_misc.cc | +| 0x04B | DmQueryMemoryStatistics | function | - | | | +| 0x04C | DmEnableStackTrace | function | - | | | +| 0x04D | DmQueryAllocationTypeName | function | - | | | +| 0x04E | DmRegisterAllocationType | function | - | | | +| 0x04F | DmInsertAllocationEntry | function | - | | | +| 0x050 | DmRemoveAllocationEntry | function | - | | | +| 0x051 | DmSetTitleEx | function | - | | | +| 0x052 | DmCaptureStackBackTrace | function | stub | Debug | xbdm_misc.cc | +| 0x053 | DmCrashDump | function | - | | | +| 0x054 | DmIsFastCAPEnabled | function | stub | Debug | xbdm_misc.cc | +| 0x055 | DmGetFileAccessCount | function | - | | | +| 0x058 | DmGetUtilityDriveInfo | function | - | | | +| 0x059 | DmGetThreadInfoEx | function | sketchy | Debug | xbdm_misc.cc | +| 0x05A | DmSetProfilingOptions | function | stub | Debug | xbdm_misc.cc | +| 0x05B | DmQuerySystemSettings | function | - | | | +| 0x05C | DmSaveSystemSettings | function | - | | | +| 0x06A | DmpGetPgoModuleHandleForBaseAddress | function | - | | | +| 0x06B | DmpOnPgoModuleLoad | function | - | | | +| 0x06C | DmPgoStartDataCollection | function | - | | | +| 0x06D | DmPgoStopDataCollection | function | - | | | +| 0x06E | DmPgoSaveSnapshot | function | - | | | +| 0x06F | IrtClientAbort | function | - | | | +| 0x070 | IrtPogoInit | function | - | | | +| 0x071 | IrtSetStaticInfo | function | - | | | +| 0x072 | IrtAutoSweepW | function | - | | | +| 0x073 | IrtAutoSweepA | function | - | | | +| 0x075 | DmGetDumpMode | function | - | | | +| 0x076 | DmSetDumpMode | function | stub | Debug | xbdm_misc.cc | +| 0x077 | DmGetDumpSettings | function | - | | | +| 0x078 | DmSetDumpSettings | function | - | | | +| 0x079 | DmGetEventDeferFlags | function | - | | | +| 0x07A | DmSetEventDeferFlags | function | - | | | +| 0x07B | DmWalkCommittedMemory | function | - | | | +| 0x07C | DmCloseCounters_2 | function | - | | | +| 0x07D | DmRebootEx | function | - | | | +| 0x082 | DmMountFdfxVolume | function | - | | | +| 0x083 | DmCapGetFileHeader | function | - | | | +| 0x084 | DmCapFreeFileHeader | function | - | | | +| 0x085 | DmTraceStartRecording | function | - | | | +| 0x086 | DmTraceStartRecordingFunction | function | - | | | +| 0x087 | DmTraceSetBufferSize | function | - | | | +| 0x088 | DmTraceStopRecording | function | - | | | +| 0x089 | DmTraceSaveBuffer | function | - | | | +| 0x08C | DmGetConsoleType | function | - | | | +| 0x08D | DmMapDevkitDrive | function | implemented | Debug | xbdm_misc.cc | +| 0x08E | DmWalkLoadedModulesEx | function | - | | | +| 0x08F | DmGetXexHeaderField | function | - | | | +| 0x090 | DmGetMouseChanges | function | - | | | +| 0x091 | DmFindPdbSignature | function | stub | Debug | xbdm_misc.cc | +| 0x092 | DmGetProfilingStatus | function | - | | | +| 0x093 | DmOpticalDiscLogStart | function | - | | | +| 0x094 | DmOpticalDiscLogStop | function | - | | | +| 0x095 | DmStartSamplingProfiler | function | - | | | +| 0x096 | DmStopSamplingProfiler | function | - | | | +| 0x097 | DmGetSamplingProfilerInfo | function | - | | | +| 0x098 | DmStartFileEventCapture | function | - | | | +| 0x099 | DmStopFileEventCapture | function | - | | | +| 0x09A | DmSetFileEventMarker | function | - | | | +| 0x09B | DmMarkPseudoCreateBegin | function | - | | | +| 0x09C | DmMarkPseudoCreateEnd | function | - | | | +| 0x09D | DmMarkPseudoEventBegin | function | - | | | +| 0x09E | DmMarkPseudoEventEnd | function | - | | | +| 0x09F | DmMarkFileEventWorkerThreadBegin | function | - | | | +| 0x0A0 | DmMarkFileEventWorkerThreadEnd | function | - | | | +| 0x0A1 | DmGetSystemInfo | function | stub | Debug | xbdm_misc.cc | +| 0x0A2 | DmAbortProfiling | function | - | | | +| 0x0A3 | DmNetCaptureStart | function | - | | | +| 0x0A4 | DmNetCaptureStop | function | - | | | +| 0x0A5 | DmQueryTitleMemoryStatistics | function | stub | Debug | xbdm_misc.cc | +| 0x0A6 | DmAutomationGetInputProcess | function | - | | | +| 0x0A7 | DmAutomationBindController | function | - | | | +| 0x0A8 | DmAutomationUnbindController | function | - | | | +| 0x0A9 | DmAutomationConnectController | function | - | | | +| 0x0AA | DmAutomationDisconnectController | function | - | | | +| 0x0AB | DmAutomationSetGamepadState | function | - | | | +| 0x0AC | DmAutomationQueueGamepadState | function | - | | | +| 0x0AD | DmAutomationClearGamepadQueue | function | - | | | +| 0x0AE | DmAutomationQueryGamepadQueue | function | - | | | +| 0x0AF | DmAutomationGetUserDefaultProfile | function | - | | | +| 0x0B0 | DmAutomationSetUserDefaultProfile | function | - | | | +| 0x0B1 | DmTraceIsRecording | function | - | | | +| 0x0B2 | DmLoadDebuggerExtension | function | - | | | +| 0x0B3 | DmUnloadDebuggerExtension | function | - | | | +| 0x0B4 | DmCreateSystemThread | function | - | | | +| 0x0B5 | PEPLELookup | function | - | | | +| 0x0B6 | PEPLELookupCompact | function | - | | | +| 0x0B7 | PVPLELookup | function | - | | | +| 0x0B8 | PVPLELookupCompact | function | - | | | +| 0x0B9 | PVPLELookupCompactMDS | function | - | | | +| 0x0BA | PVPLEFilteredLookup | function | - | | | +| 0x0BB | PVPLEFilteredLookupCompact | function | - | | | +| 0x0BC | PVPLEFilteredLookupCompactMDS | function | - | | | +| 0x0BD | PVPLETemplatedLookup | function | - | | | +| 0x0BE | PVPLETemplatedLookupCompact | function | - | | | +| 0x0BF | PVPLETemplatedLookupCompactMDS | function | - | | | +| 0x0C0 | DmpPgoCounterOverflow | function | - | | | +| 0x0C1 | UpdateMDSProbeState | function | - | | | +| 0x0C2 | DmGetHttpRegistration | function | - | | | +| 0x0C3 | DmTraceSetIOThread | function | - | | | +| 0x0C4 | DmPMCInstallAndStart | function | sketchy | Debug | xbdm_misc.cc | +| 0x0C5 | DmPMCStopAndReport | function | - | | | +| 0x0C6 | DmPMCInstallSetup | function | - | | | +| 0x0C7 | DmPMCUnInstallSetup | function | - | | | +| 0x0C8 | DmPMCResetCounters | function | - | | | +| 0x0C9 | DmPMCSetTriggerProcessor | function | - | | | +| 0x0CA | DmPMCStart | function | - | | | +| 0x0CB | DmPMCStop | function | - | | | +| 0x0CC | DmPMCGetCounter | function | - | | | +| 0x0CD | DmPMCGetCounters | function | - | | | +| 0x0CE | DmPMCGetCounterName | function | sketchy | Debug | xbdm_misc.cc | +| 0x0CF | DmPMCDumpCounters | function | - | | | +| 0x0D0 | DmPMCDumpCountersVerbose | function | - | | | +| 0x0D1 | DmPMCGetCounterCostEstimate | function | - | | | +| 0x0D2 | DmPMCGetCounterSource | function | - | | | +| 0x0D3 | DmPMCComputeFrequency | function | - | | | +| 0x0D4 | DmGetAdditionalTitleMemorySetting | function | - | | | +| 0x0D5 | DmGetDebugMemorySize | function | - | | | +| 0x0D6 | DmGetConsoleDebugMemoryStatus | function | stub | Debug | xbdm_misc.cc | +| 0x0D7 | DmNetSimSetLinkStatusHidden | function | - | | | +| 0x0D8 | DmNetSimInsertQueue | function | - | | | +| 0x0D9 | DmNetSimRemoveQueue | function | - | | | +| 0x0DA | DmNetSimRemoveAllQueues | function | - | | | +| 0x0DB | DmNetSimModifyQueueSettings | function | - | | | +| 0x0DC | DmGetConsoleFeatures | function | - | | | +| 0x0DD | DmNetSimGetQueueStats | function | - | | | +| 0x0DE | DmNetSimGetQueueSettings | function | - | | | +| 0x0DF | DmNetSimGetNumQueues | function | - | | | +| 0x0E0 | DmNetSimInsertIpv4Redirect | function | - | | | +| 0x0E1 | DmNetSimRemoveIpv4Redirect | function | - | | | +| 0x0E2 | DmNetSimGetNumIpv4Redirects | function | - | | | +| 0x12C | XLFAllocate | function | - | | | +| 0x12D | XLFFree | function | - | | | +| 0x12E | XLFQueueAdd | function | - | | | +| 0x12F | XLFQueueAllocated | function | - | | | +| 0x130 | XLFQueueCreate | function | - | | | +| 0x131 | XLFQueueDestroy | function | - | | | +| 0x132 | XLFQueueGetEntryCount | function | - | | | +| 0x133 | XLFQueueIsEmpty | function | - | | | +| 0x134 | XLFQueueRemove | function | - | | | +| 0x135 | XLFQueueUnsafeDump | function | - | | | +| 0x136 | XLFStackAllocated | function | - | | | +| 0x137 | XLFStackCreate | function | - | | | +| 0x138 | XLFStackDestroy | function | - | | | +| 0x139 | XLFStackGetEntryCount | function | - | | | +| 0x13A | XLFStackIsEmpty | function | - | | | +| 0x13B | XLFStackPop | function | - | | | +| 0x13C | XLFStackPush | function | - | | | +| 0x13D | XLFStackUnsafeDump | function | - | | | +| 0x140 | XLFPriorityQueueAdd | function | - | | | +| 0x141 | XLFPriorityQueueAllocated | function | - | | | +| 0x142 | XLFPriorityQueueCreate | function | - | | | +| 0x143 | XLFPriorityQueueDestroy | function | - | | | +| 0x144 | XLFPriorityQueueGetEntryCount | function | - | | | +| 0x145 | XLFPriorityQueueIsEmpty | function | - | | | +| 0x146 | XLFPriorityQueueRemoveFirst | function | - | | | +| 0x147 | XLFPriorityQueueRemove | function | - | | | +| 0x148 | XLFPriorityQueueUnsafeDump | function | - | | | +| 0x14A | XLFHashTableAdd | function | - | | | +| 0x14B | XLFHashTableAllocated | function | - | | | +| 0x14C | XLFHashTableCreate | function | - | | | +| 0x14D | XLFHashTableDestroy | function | - | | | +| 0x14E | XLFHashTableGetEntryCount | function | - | | | +| 0x14F | XLFHashTableIsEmpty | function | - | | | +| 0x150 | XLFHashTableRemoveFirst | function | - | | | +| 0x151 | XLFHashTableRemove | function | - | | | +| 0x152 | XLFHashTableUnsafeDump | function | - | | | +| 0x154 | XLFPoolAcquireLock | function | - | | | +| 0x155 | XLFPoolAllocated | function | - | | | +| 0x156 | XLFPoolCreate | function | - | | | +| 0x157 | XLFPoolCreateLock | function | - | | | +| 0x158 | XLFPoolDestroy | function | - | | | +| 0x159 | XLFPoolDestroyLock | function | - | | | +| 0x15A | XLFPoolIncreaseEvents | function | - | | | +| 0x15B | XLFPoolIncreaseLocks | function | - | | | +| 0x15C | XLFPoolInitializeLock | function | - | | | +| 0x15D | XLFPoolNumberOfEvents | function | - | | | +| 0x15E | XLFPoolNumberOfLocks | function | - | | | +| 0x15F | XLFPoolReleaseLock | function | - | | | +| 0x163 | XLFStartLog | function | - | | | +| 0x164 | XLFStartUserLog | function | - | | | +| 0x165 | XLFInitializeLog | function | - | | | +| 0x166 | XLFInitializeUserLog | function | - | | | +| 0x168 | XLFEndLog | function | - | | | +| 0x169 | XLFLogPrint | function | - | | | +| 0x16A | XLFLogPrintV | function | - | | | +| 0x16B | XLFLogBuffer | function | - | | | +| 0x16C | XLFLogMessageStats | function | - | | | +| 0x172 | XLockFreeGetErrorHandler | function | - | | | +| 0x173 | XLockFreeSetErrorHandler | function | - | | | +| 0x174 | DmExecuteThreadRPC | function | - | | | +| 0x175 | DmGetDebuggerConnection | function | - | | |