Difference between revisions of "User:Grovespaz/Kernel/AvGetSavedDataAddress"
From xboxdevwiki
(Initial creation based on nxdk ntoskrnl.h) |
(Initial creation based on nxdk ntoskrnl.h) |
||
Line 1: | Line 1: | ||
− | AvGetSavedDataAddress | + | {{KernelExport|name=AvGetSavedDataAddress|ordinal=1}} |
− | + | <!-- Please add documentation here --> | |
− | == | + | == Syntax == |
− | + | <nowiki>XBAPI PVOID NTAPI AvGetSavedDataAddress(void);</nowiki> | |
− | + | == Return Value == | |
AvGetSavedDataAddress returns '''PVOID'''. | AvGetSavedDataAddress returns '''PVOID'''. | ||
− | |||
− |
Latest revision as of 00:36, 26 August 2018
AvGetSavedDataAddress is an export in the Xbox Kernel. It has ordinal 1.
Syntax
XBAPI PVOID NTAPI AvGetSavedDataAddress(void);
Return Value
AvGetSavedDataAddress returns PVOID.