| RSO_FL_INTERNAL | 1 | Release internal reference information. |
| RSO_FL_EXTERNAL | 2 | Deallocate import (external reference) information in addition to RSO_FL_INTERNAL. |
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.
When RSO_FL_EXTERNAL is used, in addition to the restrictions of RSO_FL_INTERNAL,
1. When a referenced module is unlinked, the referenced functions will not show as unresolved.
2. The module will not be able to reference the functions on the dynamic module registered after the link.
06/14/2006 Initial version.
CONFIDENTIAL