User:Grovespaz/Kernel/XeUnloadSection
From xboxdevwiki
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 (PXBEIMAGE_SECTION)
Direction: IN OUT The section to be unloaded.
Return Value
XeUnloadSection returns NTSTATUS: STATUS_SUCCESS or the error..