1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>RSOLink</title> 9</head> 10 11<body> 12 13<h1>RSOLink</h1> 14 15<h2>C Specification</h2> 16<dl><dd><pre><code> 17#include <revolution/rso.h> 18#include <revolution/RSOLink.h> 19 20int RSOLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp ); 21</code></pre></dd></dl> 22 23<h2>Arguments</h2> 24<p> 25<TABLE border="1" > 26 <tr> 27<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>rsoImp</EM></STRONG></CODE></TD> 28<TD width="520">Pointer to the module information to link</TD> 29 </tr> 30 31 <tr> 32<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>rsoExp</EM></STRONG></CODE></TD> 33<TD width="520">Pointer to the module information to reference</TD> 34 </tr> 35 36</TABLE> 37</p> 38 39<h2>Return Values</h2> 40<p> 41The number of processed codes. 42</p> 43 44 45<H2>Description</H2> 46Among symbols to be imported by <code>rsoImp</code>, resolve everything in <code>rsoExp</code>.<br>No operation will be performed on <code>rsoExp</code>. <br> <B>Note: </B>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. 47 48<h2>See Also</h2> 49<p> 50<code><a href="./intro.html">RSO API Introduction</a></code><br> <code><a href="./RSOStaticLocateObject.html">RSOStaticLocateObject</a></code>, <code><a href="./RSOLocateObject.html">RSOLocateObject</a></code>, <code><a href="./RSOLocateObject.html">RSOLocateObjectFixed</a></code>, <code><a href="./RSOUnLocateObject.html">RSOUnLocateObject</a></code>, <code><a href="./RSOUnLink.html">RSOUnLink</a></code>, 51</p> 52<H2>Revision History</H2> 53<p>06/14/2006 Initial version. </p> 54 55<hr> 56<p align="right"><strong>CONFIDENTIAL</strong></p> 57 58</BODY> 59</HTML> 60