RSOLink

C Specification


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

int RSOLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp );

Arguments

rsoImp Pointer to the module information to link
rsoExp Pointer to the module information to reference

Return Values

The number of processed codes.

Description

Among symbols to be imported by rsoImp, resolve everything in rsoExp.
No operation will be performed on rsoExp.
Note: This cannot be resolved by having the static module reference the dynamic module. (This is because the static module holds only the export information. ) Static module can only be referenced.

See Also

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

Revision History

06/14/2006 Initial version.


CONFIDENTIAL