Difference between revisions of "User:Grovespaz/Kernel/AvGetSavedDataAddress"

From xboxdevwiki
Jump to: navigation, search
(Initial creation based on nxdk ntoskrnl.h)
 
(Initial creation based on nxdk ntoskrnl.h)
 
Line 1: Line 1:
AvGetSavedDataAddress is an export in the [[Kernel|Xbox Kernel]]. It has ordinal 1.
+
{{KernelExport|name=AvGetSavedDataAddress|ordinal=1}}
 
+
<!-- Please add documentation here -->
== Description ==
+
== Syntax ==
No documentation exists currently
+
<nowiki>XBAPI PVOID NTAPI AvGetSavedDataAddress(void);</nowiki>
 
+
== Return Value ==
 
AvGetSavedDataAddress returns '''PVOID'''.
 
AvGetSavedDataAddress returns '''PVOID'''.
 
This export does not seem to occur in Windows NT Kernels and is thus probably Xbox specific.
 

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.