#include <revolution/rso.h>
#include <revolution/RSOLink.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. |
Success or failure of the operation.
Success: TRUE
Fail: FALSE
rsoImp to import, unresolve everything in rsoExp.rsoExp.
RSO API Introduction
RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOUnLocateObject, RSOLink
2006/06/14 Initial version.
CONFIDENTIAL