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

From xboxdevwiki
Jump to: navigation, search
(Created page with "{{KernelExport|name=XeUnloadSection|ordinal=328}} Decrements the reference count of the section and unloads it if the reference count reaches zero. == Syntax == <nowiki>XBAP...")
 
 
Line 9: Line 9:
  
 
== Parameters ==
 
== Parameters ==
=== Section (PXBEIMAGE_SECTION) ===
+
=== Section ===
Direction: IN OUT
 
 
The section to be unloaded.
 
The section to be unloaded.
 
== Return Value ==
 
== Return Value ==
 
XeUnloadSection returns '''NTSTATUS''': STATUS_SUCCESS or the error..
 
XeUnloadSection returns '''NTSTATUS''': STATUS_SUCCESS or the error..

Latest revision as of 08:07, 1 September 2018

XeUnloadSection is an export in the Xbox Kernel. It has ordinal 328.

Decrements the reference count of the section and unloads it if the reference count reaches zero.

Syntax

XBAPI NTSTATUS NTAPI XeUnloadSection
(
    IN OUT PXBEIMAGE_SECTION Section
);

Parameters

Section

The section to be unloaded.

Return Value

XeUnloadSection returns NTSTATUS: STATUS_SUCCESS or the error..