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.
Contents
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..