Result Unload();
None.
Releases this module.
This function frees memory related to this module that is under the management of the ro library so it can be used for other purposes. This function also restores references from other modules to this module to unresolved status.
The phrase "memory related to this module under the management of the ro library" specifically refers to that memory specified using the pRo and pBuffer arguments to the LoadModule function when loading this module. Note, however, that, depending on the specification made using the fixLevel argument, some memory is already released at the time the LoadModule function succeeds.
If FIX_LEVEL_NONE has been specified with LoadModule, status before execution of LoadModule is restored. Note, however, that the content of overwritten variables is not restored.
If execution of this function succeeds, the instance of the target is already released. This instance must not be accessed thereafter.
Usually, you must call the DoFinalize function before this one.
CONFIDENTIAL