RSOUnLink

Syntax

#include <revolution/rso.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

Processing result.
Success: TRUE
Failure: FALSE

Description

Among symbols for rsoImp to import, this function unresolves everything in rsoExp.

No operation is performed on rsoExp.

See Also

RSOStaticLocateObject
RSOLocateObject
RSOLocateObjectFixed
RSOUnLocateObject
RSOLink

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/06/14 Initial version.


CONFIDENTIAL