RSOUnLink

C Specification


#include <revolution/rso.h>
#include <revolution/RSOLink.h>

BOOL RSOUnLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp );

Arguments

rsoImp Pointer to the module information to make unresolved.
rsoExp Pointer to the module information to reference.

Return Values

Success or failure of the operation.
Success: TRUE
Fail: FALSE

Description

Among symbols for rsoImp to import, unresolve everything in rsoExp.
No operation will be performed on rsoExp.

See Also

RSO API Introduction
RSOStaticLocateObject, RSOLocateObject, RSOLocateObjectFixed, RSOUnLocateObject, RSOLink

Revision History

2006/06/14 Initial version.


CONFIDENTIAL