| RSO_FL_INTERNAL | 1 | Release internal reference information. |
|---|---|---|
| RSO_FL_EXTERNAL | 2 | In addition to RSO_FL_INTERNAL, deallocate import (external reference) information. |
The release level selected when releasing a part of the memory in RSOLinkListFixed.
When RSO_FL_INTERNAL is used, the module memory copy cannot be reused even after being unlinked.
The following restrictions will be applied when RSO_FL_EXTERNAL is used, in addition to the restrictions of RSO_FL_INTERNAL.
1. Referenced functions will not show up as unresolved when a referenced module is unlinked.
2. The module will not be able to reference the functions on the dynamic module registered after the link.
2006/06/14 Initial version.
CONFIDENTIAL