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>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/rso.h> 18 19int RSOLink ( RSOObjectHeader* rsoImp, const RSOObjectHeader* rsoExp ); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<TABLE class="arguments" border="1" > 24 <tr> 25<TH>rsoImp</TH> 26<TD>Pointer to the module information to link.</TD> 27 </tr> 28 <tr> 29<TH>rsoExp</TH> 30<TD>Pointer to the module information to reference.</TD> 31 </tr> 32</TABLE> 33 34<h2>Return Values</h2> 35<p> 36The number of processed codes. 37</p> 38 39 40<H2>Description</H2> 41<p> 42Among symbols to be imported by <SPAN class="argument">rsoImp</SPAN>, this function resolves everything in <SPAN class="argument">rsoExp</SPAN>. <br>No operation will be performed on <SPAN class="argument">rsoExp</SPAN>.<br><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 export information. ) Static modules can only be referenced. 43</p> 44 45<h2>See Also</h2> 46<p class="reference"> 47<a href="./RSOStaticLocateObject.html">RSOStaticLocateObject</a>, 48<a href="./RSOLocateObject.html">RSOLocateObject</a>, 49<a href="./RSOLocateObject.html">RSOLocateObjectFixed</a>, 50<a href="./RSOUnLocateObject.html">RSOUnLocateObject</a>, 51<a href="./RSOUnLink.html">RSOUnLink</a> 52</p> 53 54<H2>Revision History</H2> 55<p> 562008/07/10 Removed <CODE>RSOLink.h</CODE> from <B>Syntax</B>.<BR> 2006/06/14 Initial version.<BR> 57</p> 58 59<hr><p>CONFIDENTIAL</p></body> 60</html> 61