#include <revolution/rso.h> BOOL RSOUnLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp );
| rsoImp | Pointer to the module information to make unresolved. |
|---|---|
| rsoExp | Pointer to the module information to reference. |
Processing result.
Success: TRUE
Failure: FALSE
Among symbols for rsoImp to import, this function unresolves everything in rsoExp.
No operation will be performed on rsoExp.
RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOUnLocateObject, RSOLink
2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.
CONFIDENTIAL